News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

FreeGLUT

Started by FlyingIsFun1217, April 05, 2007, 02:52:30 AM

Previous topic - Next topic

FlyingIsFun1217

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:

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

mandrav

sudo apt-get install libxxf86vm-dev
Be patient!
This bug will be fixed soon...

FlyingIsFun1217

Thanks for the help!
Especially on an *off-topic* post :)

FlyingIsFun1217