Hey everybody!
I'm trying to get set up in Ubuntu 6.10 FreeGLUT.
I have installed Code::Blocks, it compiles the sample OGL program just fine, and I installed FreeGLUT also.
I did it according to
this forum post/tutorial.
Now just as the post said (and I assumed just to choose GLUT from the New Project list), I told it the location of FreeGLUT was /usr.
When I try to compile the sample program, I just get:
Linking executable: bin/Release/SampleFreeGLUT
/usr/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status
Thanks for all of your help!
FlyingIsFun1217