Building problems with unux 1.2.2
Posted: 31.03.2002, 18:13
Hi,
I'm building celestia unix version 1.2.2. but:
checking for GL/gl.h... yes
checking for glNewList in -lGL... yes
checking for GL/glu.h... yes
checking for gluLookAt in -lGLU... yes
checking for GL/glut.h... yes
checking for glutKeyboardUpFunc in -lglut... no
configure: error: GLUT library version >= 3.7 not found
It find the glut header file but not the library file.
If i do this:
# ldconfig -v | grep glut
libglut.so.3 -> libglut.so.3.7.0
# ls -l /usr/X11/lib | grep glut
lrwxrwxrwx 1 root root 16 Mar 31 19:53 libglut.so.3 -> libglut.so.3.7.0*
-rwxr-xr-x 1 root root 306038 Mar 10 17:41 libglut.so.3.7.0*
Bye!
I'm building celestia unix version 1.2.2. but:
checking for GL/gl.h... yes
checking for glNewList in -lGL... yes
checking for GL/glu.h... yes
checking for gluLookAt in -lGLU... yes
checking for GL/glut.h... yes
checking for glutKeyboardUpFunc in -lglut... no
configure: error: GLUT library version >= 3.7 not found
It find the glut header file but not the library file.
If i do this:
# ldconfig -v | grep glut
libglut.so.3 -> libglut.so.3.7.0
# ls -l /usr/X11/lib | grep glut
lrwxrwxrwx 1 root root 16 Mar 31 19:53 libglut.so.3 -> libglut.so.3.7.0*
-rwxr-xr-x 1 root root 306038 Mar 10 17:41 libglut.so.3.7.0*
Bye!