[Plib-users] Fedora Core 6 Compilation errors
Brought to you by:
sjbaker
From: Thiago <thi...@gm...> - 2007-04-27 18:16:33
|
Hi all. Here I am, again, still with plib compilation problems... I'm still having the following error when running the "configure" script: <...> checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pthread_create in -lpthread... no checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library I do have the mesa devel packets: # rpm -qa | grep mesa mesa-libGL-devel-6.5.1-9.fc6 mesa-libGL-6.5.1-9.fc6 mesa-libGLU-devel-6.5.1-9.fc6 mesa-libGLU-6.5.1-9.fc6 I also compiled and installed mesa libraries again: # ls -l /usr/local/lib/libGL* lrwxrwxrwx 1 root root 10 Apr 27 11:36 /usr/local/lib/libGL.so -> libGL.so.1 lrwxrwxrwx 1 root root 12 Apr 27 11:36 /usr/local/lib/libGL.so.1 -> libGL.so.1.2 -rwxr-xr-x 1 root root 1916966 Apr 27 11:54 /usr/local/lib/libGL.so.1.2 lrwxrwxrwx 1 root root 11 Apr 27 11:37 /usr/local/lib/libGLU.so -> libGLU.so.1 lrwxrwxrwx 1 root root 20 Apr 27 11:37 /usr/local/lib/libGLU.so.1 -> libGLU.so.1.3.060502 -rwxr-xr-x 1 root root 1663571 Apr 27 11:54 /usr/local/lib/libGLU.so.1.3.060502 lrwxrwxrwx 1 root root 11 Apr 27 11:37 /usr/local/lib/libGLw.so -> libGLw.so.1 lrwxrwxrwx 1 root root 15 Apr 27 11:37 /usr/local/lib/libGLw.so.1 -> libGLw.so.1.0.0 -rwxr-xr-x 1 root root 35149 Apr 27 11:54 /usr/local/lib/libGLw.so.1.0.0 And also have the simbolic links, as requested on Plib installation instructions: # ls -l libGL.so lrwxrwxrwx 1 root root 23 Apr 27 12:12 libGL.so -> /usr/local/lib/libGL.so # ls -l libGLU.so lrwxrwxrwx 1 root root 24 Apr 27 12:12 libGLU.so -> /usr/local/lib/libGLU.so Can anybody help me?? There no way I can solve this issue.... :-( Thanks |