This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

freeglut


?

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...

Attachment: cygcheck.out
Description: Binary data

Attachment: MagicCubeFinal.cpp
Description: Binary data

--
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]