Trouble with glut's compiling

First - sorry for my english :slight_smile:

I downloaded glut-3.6 and tryied to compile it. I read linux/README and did
all, that it says. But
6) Now, back up to $GLUT_HOME/. and:
make

I do it and :

gcc -m32 -o test1 -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro
-fno-strict-aliasing -fno-strength-reduce -L/usr/X11R6/lib test1.o
…/…/lib/glut/libglut.so …/…/…/lib/libMesaGLU.so
…/…/…/lib/libMesaGL.so -lXmu -lXt -lSM -lICE -lXext -lX11 -lXi -lXext
-lX11 -lm
gcc: …/…/…/lib/libMesaGLU.so: No such file or directory
gcc: …/…/…/lib/libMesaGL.so: No such file or directory
make[2]: *** [test1] ??? 1
make[2]: Leaving directory /home/darkwizard/devel/glut-3.6/test/glut' make[1]: *** [all] ?????? 2 make[1]: Leaving directory /home/darkwizard/devel/glut-3.6/test’
make: *** [all] ??? 2
[darkwizard@localhost glut-3.6]$

I downloaded MesaLib-6.0.1 and make install it, but it didn’t help.
Please, help me - I want to make
games, but all of they want glut :slight_smile:

Thx…

sorry - ??? - it is “error”… :slight_smile:

I did it! :slight_smile:
mesa helps me…

mesa helps me…
It won’t if you’re hoping to get hw acceleration. Instead of compiling everything(GL, GLUT) try getting the packages for your distribution and installing them.

What about replacing

…/…/…/lib/libMesaGLU.so
…/…/…/lib/libMesaGL.so

with

-L…/…/…/lib/
?

does it work? please let me know…

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.