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 LAA22763; Tue, 30 Jul 2002 11:56:40 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 LAA17680 for ; Tue, 30 Jul 2002 11:56:39 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6U9ucj26257; Tue, 30 Jul 2002 11:56:38 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA22785; Tue, 30 Jul 2002 11:56:37 +0200 (MET DST) Date: Tue, 30 Jul 2002 11:56:37 +0200 From: Xavier Leroy To: Hans Ole Rafaelsen Cc: caml-list@inria.fr Subject: Re: [Caml-list] Dynamically loaded library problems (ocaml-3.05) Message-ID: <20020730115637.A20994@pauillac.inria.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from hansr@cs.uit.no on Tue, Jul 30, 2002 at 11:45:16AM +0200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > 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 On a fresh 3.05 install, dllnums.so should be loaded from lib/ocaml/stublibs rather than lib/ocaml. I conjecture you have old files lying around in /usr/local/lib/ocaml. Try "rm -rf /usr/local/lib/ocaml" before installing OCaml 3.05. - Xavier Leroy ------------------- 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