caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Nathaniel Gray <n8gray@gmail.com>
To: EL IDRISSI ABDELLAH <abdellah.elidrissi@sgam.com>
Cc: "caml-list@inria.fr" <caml-list@inria.fr>
Subject: Re: [Caml-list] problem while linking
Date: Wed, 8 Sep 2004 16:33:58 -0700	[thread overview]
Message-ID: <aee06c9e04090816332b8b835b@mail.gmail.com> (raw)
In-Reply-To: <F8F9E8240570AB4E86DC49B64FDCA2C4028D208C@FR-MAILBOX1.fr.sgam.socgen>

I'm pretty sure this is a case where you've built part of your program
with ocaml 3.08 but you're linking against libraries from ocaml 3.07. 
Some functions were renamed in between these versions.  Try rebuilding
your entire project, and make sure you don't have any old libraries
from 3.07 lying around.

On Wed, 8 Sep 2004 15:15:36 +0200, EL IDRISSI ABDELLAH
<abdellah.elidrissi@sgam.com> wrote:

> libasmrun.lib(fail.obj) : error LNK2001: unresolved external symbol
> _caml_exn_Failure
> libasmrun.lib(fail.obj) : error LNK2001: unresolved external symbol
> _caml_exn_Invalid_argument
> [snip]
-- 
>>>-- Nathaniel Gray -- Caltech Computer Science ------>
>>>-- Mojave Project -- http://mojave.cs.caltech.edu -->

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2004-09-08 23:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-08 13:15 EL IDRISSI ABDELLAH
2004-09-08 23:33 ` Nathaniel Gray [this message]
2004-09-08 15:51 EL CHAAR RABIH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aee06c9e04090816332b8b835b@mail.gmail.com \
    --to=n8gray@gmail.com \
    --cc=abdellah.elidrissi@sgam.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).