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 RAA29556; Tue, 30 Jul 2002 17:08:37 +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 RAA29043 for ; Tue, 30 Jul 2002 17:08:37 +0200 (MET DST) Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.25.148.40]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6UF8Yj07954; Tue, 30 Jul 2002 17:08:34 +0200 (MET DST) Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id g6UF8OSs024397; Wed, 31 Jul 2002 01:08:24 +1000 (EST) Received: from ozemail.com.au (ppp157.dyn17.pacific.net.au [61.8.17.157]) by wisma.pacific.net.au with ESMTP id BAA27408; Wed, 31 Jul 2002 01:08:21 +1000 (EST) Message-ID: <3D46ABE4.5080703@ozemail.com.au> Date: Wed, 31 Jul 2002 01:08:20 +1000 From: John Max Skaller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 X-Accept-Language: en-us MIME-Version: 1.0 To: Xavier Leroy CC: Hans Ole Rafaelsen , caml-list@inria.fr Subject: Re: [Caml-list] Dynamically loaded library problems (ocaml-3.05) References: <20020730115637.A20994@pauillac.inria.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Xavier Leroy wrote: >>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. > Can I suggest that the directory: /usr/local/lib/ocaml_3.05/ might be a better default name? In switching versions around, having to reinstall is a pain. Can't Ocaml 3.05 use a completely new set of directories so it can be installed without clobbering 3.04? -- John Max Skaller, mailto:skaller@ozemail.com.au snail:10/1 Toxteth Rd, Glebe, NSW 2037, Australia. voice:61-2-9660-0850 ------------------- 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