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/