[Plib-users] error: could not find working GLUT library
Brought to you by:
sjbaker
From: Jeff P. <wd...@co...> - 2003-06-16 16:43:50
|
I downloaded the latest version of plib and ran ./configure, but got the following error: checking for glNewList in -lGL... yes checking for gluLookAt in -lGLU... yes checking for glutGetModifiers in -lfreeglut... no checking for glutGetModifiers in -lglut... no configure: error: could not find working GLUT library So , I go find freeglut at freeglut.sourceforge.net and install it according to directions, which resulted in the following libs now being added. Clipped from ldconfig -p command libfreeglut-1.3.so.0 (libc6) =>/usr/local/lib/libfreeglut-1.3.so.0 libfreeglut-1.3.so (libc6) => /usr/local/lib/libfreeglut-1.3.so However the plib ./configure still returns the same error. Using Slackware distro. -- Jeff, wd4nmq wd...@co... http://mywebpages.comcast.net/wd4nmq |