Sender: pixel at mandrakesoft.com To: Jacques Garrigue Cc: lablgtk at kaba.or.jp Subject: Re: [Caml-list] LablGTK-1.2.3 and lablGL-0.97 References: <20011214121208Y.garrigue at kurims.kyoto-u.ac.jp> <20020107162756T.garrigue@kurims.kyoto-u.ac.jp> From: Pixel Date: 13 Jan 2002 22:12:36 +0100 In-Reply-To: <20020107162756T.garrigue at kurims.kyoto-u.ac.jp> Message-ID: Lines: 34 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Jacques Garrigue writes: [...] > > ocamlmktop -thread -o lablgtktop_t unix.cma threads.cma unix.cma str.cma \ > > -dllpath /usr/lib/ocaml/lablgtk -dllpath /usr/lib/ocaml/lablGL \ > > -I . lablgtk.cma gtkThread.cmo gtkInit.cmo gtkThInit.cmo > > Error on dynamically loaded library: /usr/lib/ocaml/dllthreads.so: undefined symbol: extern_sp > > Could you solve this problem? nope (i didn't search much though) > It looks like an ocaml problem anyway. ok. % ocamlmktop -thread threads.cma Error on dynamically loaded library: /usr/lib/ocaml/dllthreads.so: undefined symbol: extern_sp > What is your OS (version included)? it's mandrake cooker. ocaml 3.04 gcc 2.96 (heavily patched) glibc 2.2.4 > Does adding -custom to the Makefile help? with -custom it works. thanks!