About the OpenGL in qnx rtp

Dear All,

How can I link up the openGL library in QNX?
(For example, if I want to create a window, I need to call the
“glutCreateWindow” which is declared in the “glut.h”, so how can I link
it up? I have include <GL/glut.h>)
Thanks for all

Tok <huikeith@hotmail.com> wrote:

Dear All,

How can I link up the openGL library in QNX?
(For example, if I want to create a window, I need to call the
“glutCreateWindow” which is declared in the “glut.h”, so how can I link
it up? I have include <GL/glut.h>)
Thanks for all

You can use the -l or -L options to qcc. For more info see qcc in the
help docs.

Barry