Re: [Plib-users] plib cannot find GL
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2003-07-16 00:11:38
|
Harald Katzer wrote: > Hi, > > I am just trying to compile plib-1.6.0. Unfortunately the configure script > stops, asking for the GL library. > > It should be present, since I installed the latest Mesa version 5.0.1, and > manually set the pathname to libGL in plib's configure file! > > Has anyone an idea, what I am doing wrong?? configure works by writing tiny C programs and compiling them to see if they work. You can find out what went wrong with the little C fragment it used to probe for OpenGL by reading the contents of 'config.log'. Hopefully the errors that came out of the compiler will enable you to debug your problem. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |