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 LAA01379; Mon, 15 Oct 2001 11:55:45 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA01486 for ; Mon, 15 Oct 2001 11:55:44 +0200 (MET DST) Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f9F9thL01269 for ; Mon, 15 Oct 2001 11:55:43 +0200 (MET DST) Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f9F9tgl02706 ; Mon, 15 Oct 2001 11:55:42 +0200 (CEST) Received: from localhost (frisch@localhost) by clipper.ens.fr (8.9.2/jb-1.1) id LAA25939 ; Mon, 15 Oct 2001 11:55:41 +0200 (MET DST) Date: Mon, 15 Oct 2001 11:55:41 +0200 (MET DST) From: Alain Frisch To: Richard Nyberg cc: Subject: Re: [Caml-list] Problem building O'Caml 3.03-alpha In-Reply-To: <20011015104459.A16172@gromit.it.su.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, 15 Oct 2001, Richard Nyberg wrote: > # ./configure \ > -prefix /pkg/ocaml/3.03-alpha \ > -libdir /pkg/ocaml/3.03-alpha/lib -with-pthread \ > -tkdefs '-I/pkg/tcltk/8.3.3/include' \ > -tklibs '-Wl,-rpath=/pkg/tcltk/8.3.3/lib,-rpath-link=/pkg/tcltk/8.3.3/lib -L/pkg/tcltk/8.3.3/lib -ltk8.3 -ltcl8.3' > ------------- > ../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -linkall -o labltktop -I ../support \ > -I ../../../toplevel toplevellib.cma labltk.cma \ > -I ../../unix unix.cma \ > -I ../../str str.cma \ > `if true; then echo -dllpath /pkg/ocaml/3.03-alpha/lib/labltk; fi` \ > topmain.cmo > Error on dynamically loaded library: Shared object "libtk8.3.so" not found Maybe you can try to define and export LD_LIBRARY_PATH=/pkg/tcltk/8.3.3/lib Hope this helps ... Alain ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr