> Can you tell me how to compile a C file which use
the 
> following libraries :
> GL,GLU,glut
> I have tried with : 
> gcc -o file -Wall -lglut -lGL -lGLU file.c

Hi Samuel,

No problem.  My Makefile has:
  gcc hellogl.cpp -o hellogl 
-lglut32 -lglu32 -lopengl32 -mno-cygwin

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to