glu32?

Hello,

Im pretty new to all of this…

but, when i try to compile tux racer, i get this :

checking for glu32 library… no
configure: error: Cannot find GLU library

can someone please enlighten me?

What is this [a search on google reveals nothing but win32 dlls]

where can i get it?

Thanks,

The only glu32 library I have heard of is for Windows. I suspect that for some reasons does it try to configure for Windows.

hi

the library on linux - and maybe other unix systems - is calles libGLU.so for the dynamic library. try this.

#include <GL/glu.h>

and link with -lGLU

martin

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.