This is the mail archive of the cygwin@cygwin.com 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]

RE: GLUI/GLUT setup


Hi,

 >Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin?
 >I"m having some path problems...probably related to my makefile.
 >If anyone knows something about setting this up, I'd love to hear from you.
 >Thanks, Matt


In my Makefile I use

LIBS = -lglut32 -lglu32 -lopengl32 -lm
FLAGS = -L/usr/lib/w32api/

$(EXECFILE) : $(OBJECTS)
$(COMPILER) $(FLAGS) $(OBJECTS) -o $(EXECFILE) $(LIBS)

It works, at least on my old distrib dated Sep. 01.
Sorry, I never used GLUI.
Bye,

Jean-Marc Nuzillard





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


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