[resolved]OpenGL

Hello,

I’m working with QNX 6.2.1 and I want to do an OpenGL GUI, i’ve installed OpenGL but what is the command line for compilation?

Thanks.

-lGL ? :slight_smile: to the gcc during linking.

Thanks it’s works, but i’ve some error . gcc said that gluLookAt, gluWiredSphere… glutIdleFunc… are undifined reference…

I think that it doesn’t find glut library… and effectivily i’ve no glut.so in /usr/lib anyone know where can i find it?

need to add -lGLU also for such functions

GLUT isn’t supporting Photon. Try to rewrite code.

Glut, not supporting… :cry:

An other solution for make 3D gui?

SDL ? :slight_smile:

Thanks, it’s that i need :smiley: