From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA22519; Tue, 30 Jul 2002 11:45:23 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA22346 for ; Tue, 30 Jul 2002 11:45:22 +0200 (MET DST) Received: from odsnb0.cs.uit.no (odsnb0.cs.uit.no [129.242.16.198]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6U9jHj25835 for ; Tue, 30 Jul 2002 11:45:17 +0200 (MET DST) Received: (from hansr@localhost) by odsnb0.cs.uit.no (8.11.6/8.11.6) id g6U9jG701049; Tue, 30 Jul 2002 11:45:16 +0200 X-Authentication-Warning: odsnb0.cs.uit.no: hansr set sender to hansr@cs.uit.no using -f To: caml-list@inria.fr Subject: [Caml-list] Dynamically loaded library problems (ocaml-3.05) From: Hans Ole Rafaelsen Date: 30 Jul 2002 11:45:16 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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