caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Dynamically loaded library problems (ocaml-3.05)
@ 2002-07-30  9:45 Hans Ole Rafaelsen
  2002-07-30  9:56 ` Xavier Leroy
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Ole Rafaelsen @ 2002-07-30  9:45 UTC (permalink / raw)
  To: caml-list

Hi,

I just installed ocaml-3.05.  Compiling and installation worked
without any complains.  However, I am having problems linking with
dynamic libraries.

hansr [4] [11:29] [~] ocamlmktop -o mytop nums.cma
Error on dynamically loaded library: /usr/local/lib/ocaml/dllnums.so: undefined symbol: custom_compare_default

hansr [5] [11:30] [~] ocamlmktop -o mytop str.cma
Error on dynamically loaded library: /usr/local/lib/ocaml/dllstr.so: undefined symbol: custom_compare_default

hansr [6] [11:37] [~] ocaml
        Objective Caml version 3.05

# #load "str.cma";;
Cannot load required shared library: /usr/local/lib/ocaml/dllstr.so: undefined symbol: custom_compare_default.
#

etc....

The OS is RedHat 7.1.  Two different system have been tried.  One
using gcc 2.96 and the other gcc 3.04.

Ocaml-3.04 does have these problems.

Any suggestions on what I might be doing wrong?


Best regards,

Hans Ole Rafaelsen
-------------------
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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-08-01 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30  9:45 [Caml-list] Dynamically loaded library problems (ocaml-3.05) Hans Ole Rafaelsen
2002-07-30  9:56 ` Xavier Leroy
2002-07-30 15:08   ` John Max Skaller
2002-07-30 16:18     ` Sven LUTHER
2002-08-01 15:03       ` John Max Skaller
2002-08-01 16:00         ` Sven LUTHER

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).