freeglut

Hisham Sueyllam sueyllam@yahoo.com
Tue Dec 11 14:53:00 GMT 2012


 

I have the following C program which runs fine on mingw using :
gcc -o cube MagicCubeFinal,cpp -lopengl32 -lglu32 -lfreeglut
But I tried it on cygwin using:
gcc -o cube MagicCubeFinal.cpp -lGl -lglu -lfreeglut
I got a bunch of errors (unresolved references)
but when I used glut instead of freeglut in the last parameter
it compiled and linked fine
but when I ran it I got nothing


hisham...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 138611 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20121211/41bce400/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MagicCubeFinal.cpp
Type: application/octet-stream
Size: 79857 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20121211/41bce400/attachment-0001.obj>
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list