Results 1 to 4 of 4
I have a x86_64 i5 processor running Fedora 13.When I run the make file,I get the following error.Can someone help me out please?
# make
making all in ./lib...
make[1]: ...
- 06-07-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 3
Running Opengl make file
I have a x86_64 i5 processor running Fedora 13.When I run the make file,I get the following error.Can someone help me out please?
# make
making all in ./lib...
make[1]: Entering directory `/home/Anil/Downloads/glut-3.7/lib'
making all in lib/glut...
make[2]: Entering directory `/home/Anil/Downloads/glut-3.7/lib/glut'
make[2]: Leaving directory `/home/Anil/Downloads/glut-3.7/lib/glut'
making all in lib/mui...
make[2]: Entering directory `/home/Anil/Downloads/glut-3.7/lib/mui'
make[2]: Leaving directory `/home/Anil/Downloads/glut-3.7/lib/mui'
making all in lib/gle...
make[2]: Entering directory `/home/Anil/Downloads/glut-3.7/lib/gle'
make[2]: Leaving directory `/home/Anil/Downloads/glut-3.7/lib/gle'
making all in lib/glsmap...
make[2]: Entering directory `/home/Anil/Downloads/glut-3.7/lib/glsmap'
make[2]: Leaving directory `/home/Anil/Downloads/glut-3.7/lib/glsmap'
make[1]: Leaving directory `/home/Anil/Downloads/glut-3.7/lib'
making all in ./test...
make[1]: Entering directory `/home/Anil/Downloads/glut-3.7/test'
making all in test/glut...
make[2]: Entering directory `/home/Anil/Downloads/glut-3.7/test/glut'
rm -f test1
gcc -o test1 -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/lib64 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] Error 1
make[2]: Leaving directory `/home/Anil/Downloads/glut-3.7/test/glut'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Anil/Downloads/glut-3.7/test'
make: *** [all] Error 2
- 06-07-2010 #2
What is your ultimate goal here? The regular mesa package should include glut, I believe.
Otherwise this might help:
Linux Online - Install GLUT 3.7 Distribution (optional)
- 06-07-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 3
Want to install Opengl.Installed the newest version of mesa.That got complied well.But this error keeps coming while running the glut make file
- 06-08-2010 #4Just Joined!
- Join Date
- Jun 2010
- Posts
- 3
Can anyone help me out please?


Reply With Quote