Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <4.2.0.58.20020326173101.009b6a60@mail.univ-reims.fr> X-Sender: nuzillar AT mail DOT univ-reims DOT fr Date: Tue, 26 Mar 2002 17:32:06 +0100 To: cygwin AT cygwin DOT com From: Jean-Marc Nuzillard Subject: RE: GLUI/GLUT setup Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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/