Re: [Plib-users] problem (with plib) while installing SimGear(FlightGear)
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2002-06-06 21:56:51
|
Sebastian Ude wrote:
> If the file shows up either in /usr/include/GL/, /usr/local/include/GL/ or
> /usr/X11R6/include/GL/, then everything should be fine (well, in the last
> case Steve might argue that things are not fine - but as I can see from the
> gcc commandline in the logs, /usr/X11R6/include/ is added to the
> searchpatch, so there is no need for you to care about this issue for
> now.).
At the risk of repeating myself...
glut.h, gl.h, glext.h, glu.h ...and all their little friends
belong in one place - and one place only:
/usr/include/GL
...if you see them anywhere else - remove them.
If you don't do that then some programs (which happen to be tolerant)
will find them - and others (which happen to be pedantic) will not.
Similarly with the library files - which should be in /usr/lib/ and
nowhere else.
----------------------------- Steve Baker -------------------------------
Mail : <sjb...@ai...> WorkMail: <sj...@li...>
URLs : http://www.sjbaker.org
http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net
http://prettypoly.sf.net http://freeglut.sf.net
http://toobular.sf.net http://lodestone.sf.net
|