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 CAA24097; Sun, 4 Aug 2002 02:56:17 +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 CAA23380 for ; Sun, 4 Aug 2002 02:56:16 +0200 (MET DST) Received: from favie.faith.gr.jp (favie.faith.gr.jp [61.127.175.250]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g740uEf12339 for ; Sun, 4 Aug 2002 02:56:15 +0200 (MET DST) Received: from localhost (dhcp7.faith.gr.jp [192.168.1.17]) by favie.faith.gr.jp (8.9.3/8.9.3) with ESMTP id JAA15760; Sun, 4 Aug 2002 09:56:05 +0900 To: mvanier@cs.caltech.edu Cc: caml-list@inria.fr Subject: Re: [Caml-list] LablGL 0.98 In-Reply-To: <200208040008.g7408CN29987@orchestra.cs.caltech.edu> References: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> <200208040008.g7408CN29987@orchestra.cs.caltech.edu> X-Mailer: Mew version 1.94.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020804095600F.garrigue@kurims.kyoto-u.ac.jp> Date: Sun, 04 Aug 2002 09:56:00 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk From: Michael Vanier > When compiling LablGL-0.98, I get this error: > > Error on dynamically loaded library: ./dlltogl.so: undefined symbol: XmuLookupStandardColormap > > I'm compiling on a Debian Linux system. I have ocaml-3.05 working without > any problems. Any ideas? You may need to add a few extra libraries to the link, here at least -lXmu and -lXext. See the comment about GLLIBS in Makefile.config. You may also need -lpthread if you use the openGL coming with XFree 4 rather than Mesa. Jacques Garrigue ------------------- 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