PDA

View Full Version : GLU not found



induks
1st October 2012, 07:45
GLU not found error when compiling opengl application in qt
os is suse linux 11

ChrisW67
1st October 2012, 08:37
Congratulations...

Qt is not a compiler.
GLU is not part of Qt.
Your code is not part of Qt.
This question, if you can call it that, has nothing to do with Qt.

If you want assistance then it pays to provide information on what you are doing, why you think it is broken, what you've tried to fix it, where you need help, and make it relevant in a Qt forum etc.

induks
1st October 2012, 09:56
sir,
we wrote an OpenGL GUI program using Qt. But when we run the program, this error is showing. how to fix this problem?

OS: SUSE Linux
Qt version 4.7.4

wysota
1st October 2012, 13:49
we wrote an OpenGL GUI program using Qt. But when we run the program, this error is showing. how to fix this problem?
Make sure the system linker can find the library your program needs when you execute it.