Author Topic: FreeGLUT  (Read 7468 times)

Offline FlyingIsFun1217

  • Multiple posting newcomer
  • *
  • Posts: 45
FreeGLUT
« 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.
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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: FreeGLUT
« Reply #1 on: April 05, 2007, 08:37:56 am »
Code
sudo apt-get install libxxf86vm-dev
Be patient!
This bug will be fixed soon...

Offline FlyingIsFun1217

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: FreeGLUT
« Reply #2 on: April 05, 2007, 01:39:57 pm »
Thanks for the help!
Especially on an *off-topic* post :)

FlyingIsFun1217