Re: [Plib-users] error: could not find working GLUT library
Brought to you by:
sjbaker
From: Ben W. <za...@ec...> - 2003-06-16 16:47:38
|
Hello.. Try running "make distclean" and then running the config again. It caches the options so if you installed the library its not looking. If that doesn't help send the config.log file.. Later, Ben ----- Original Message ----- From: "Jeff Pierce" <wd...@co...> To: <pli...@li...> Sent: Monday, June 16, 2003 1:46 PM Subject: [Plib-users] error: could not find working GLUT library > 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 > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > |