Re: [Plib-users] first try failed
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-05-26 03:31:46
|
Anne-Marie Mahfouf wrote: > > > grep GLUT_BITMAP_8_BY_13 /usr/include/GL/glut.h > > > > ...what does it say? > nothing. It can't find GLUT_BITMAP_8_BY_13 in glut.h So, it was certainly a GLUT version problem. > I got glut-3.7.tar.gz, I did everything according to the README file, I got > no error message but in > /glut-home/lib/glut I don't have the libglut.so.3.7 file in taht directory > but in. > /usr/X11R6/lib. > What can I do? So, you have glut 3.7 installed in /usr/X11R6/lib/libglut.so and the new header file in /usr/include/GL/glut.h ? Then all you need to do is this: (You need to be 'root') cd /usr/lib rm libglut* ln -s /usr/X11R6/lib/libglut.so libglut.so Remake PLIB, (don't forget to 'make install')...ditto for Tux_AQFH and you are ready to roll. ...tadaaaa! -- Steve Baker http://web2.airmail.net/sjbaker1 sjb...@ai... (home) http://www.woodsoup.org/~sbaker sj...@ht... (work) |