[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-09-08 (23:34) |
From: | Nathaniel Gray <n8gray@g...> |
Subject: | Re: [Caml-list] problem while linking |
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