Code::Blocks Forums

User forums => Help => Topic started by: FlyingIsFun1217 on April 05, 2007, 02:52:30 am

Title: FreeGLUT
Post by: FlyingIsFun1217 on April 05, 2007, 02:52:30 am
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 (http://ubuntuforums.org/showthread.php?t=330554).
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:

Quote
Linking executable: bin/Release/SampleFreeGLUT
/usr/bin/ld: cannot find -lXxf86vm
collect2: ld returned 1 exit status

Thanks for all of your help!
FlyingIsFun1217
Title: Re: FreeGLUT
Post by: mandrav on April 05, 2007, 08:37:56 am
Code
sudo apt-get install libxxf86vm-dev
Title: Re: FreeGLUT
Post by: FlyingIsFun1217 on April 05, 2007, 01:39:57 pm
Thanks for the help!
Especially on an *off-topic* post :)

FlyingIsFun1217