[expert] 3dD Setup Probs - glu.h gl.h

2000-09-01 Thread Work
Mandrake kindly put the RPMs for my 3DFx Voodoo 2 card SDL Mesa on the 7.1 CDs. But, even though the Mesa RPM shows it has glu.h gl.h as part of the package, where it puts it must be in some unique place different than other distros. Does anyone know where these files usually reside, and any

Re: [expert] 3dD Setup Probs - glu.h gl.h

2000-09-01 Thread James C. Gibbs
Should be in: /usr/X11R6/include/GL/ On 1 Sep 2000, Work wrote: Mandrake kindly put the RPMs for my 3DFx Voodoo 2 card SDL Mesa on the 7.1 CDs. But, even though the Mesa RPM shows it has glu.h gl.h as part of the package, where it puts it must be in some unique place different than

Re: [expert] 3dD Setup Probs - glu.h gl.h

2000-09-01 Thread Work
Thanx Nathan On Fri, 1 Sep 2000 08:50:09 -0500 (CDT), James C. Gibbs said: Should be in: /usr/X11R6/include/GL/ On 1 Sep 2000, Work wrote: Mandrake kindly put the RPMs for my 3DFx Voodoo 2 card SDL Mesa on the 7.1 CDs. But, even though the Mesa RPM shows it has glu.h

Re: [expert] 3dD Setup Probs - glu.h gl.h

2000-09-01 Thread Tony McGee
To compile you'll need to link in the GL and GLU libraries too: gcc -I/usr/X11R6/include -L /usr/X11R6/lib -lGL -lGLU someprogram.c -o someprogram different than other distros. Does anyone know where these files usually reside, and any additional setup I may need to do to get

Re: [expert] 3dD Setup Probs - glu.h gl.h

2000-09-01 Thread Work
thanx On Sat, 2 Sep 2000 01:24:51 +1000, Tony McGee said: To compile you'll need to link in the GL and GLU libraries too: gcc -I/usr/X11R6/include -L /usr/X11R6/lib -lGL -lGLU someprogram.c -o someprogram different than other distros. Does anyone know where these files