Re: [Plib-users] problems with configure
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-07-29 23:18:37
|
Philip Brown wrote:
>
> configure does not seem to be picking up my installation of mesa.
>
> I have /usr/local/include/GL/gl.h, etc.
> I have /usr/local/lib/libGL.so
Those are not the correct places. OpenGL *MUST* be installed here:
/usr/include/GL/gl.h
/usr/lib/libGL.so
/usr/lib/libGLU.so
These are the 'official' locations on every Linux/UNIX derivative
I can think of.
--
Steve Baker HomeEmail: <sjb...@ai...>
WorkEmail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sourceforge.net
http://tuxaqfh.sourceforge.net
http://tuxkart.sourceforge.net
http://prettypoly.sourceforge.net
|