[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jacques Garrigue <garrigue@k...> |
| Subject: | Re: [Caml-list] LablGL 0.98 |
From: Michael Vanier <mvanier@cs.caltech.edu> > 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