Reply-to: [EMAIL PROTECTED] Mikael Åsberg <mikas493 at student dot liu dot se> wrote:
The proper order is: -lglut32 -lglu32 -lopengl32I compile this program using gcc: gcc -g -Wall -o simple1_1 simple1_1.c -lopengl32 -lglu32 -lglut32
But that doesn't explain your problem. I just compiled and ran your simple1_1 test program under W2K SP3: simple1_1.exe disappears from the process list as soon as I press the "little x-button in the upper right corner".
What version of Windows are you using?
What version of gcc are you using? (output of gcc -v, please)
Does the problem goes away if you build with:
gcc -g -Wall -mno-cygwin -o simple1_1 simple1_1.c -lglut32 -lglu32 -lopengl32
?
You're the first one to report such a ghost process related to GLUT/OpenGL.
André Bleau, Cygwin's OpenGL package maintainer.
email: bleau at igb dot umontreal dot ca
(Fight SPAM: encode your email-address)
Please address all questions and problem reports about Cygwin's OpenGL package to [EMAIL PROTECTED] .
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/