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 Date: Wed, 13 Nov 2002 10:32:56 -0500 From: Braden McDaniel Subject: Re: Linking with OpenGL, glut In-reply-to: <4.3.2.7.0.20021113093213.0231cb10@irispavp.igb.umontreal.ca> To: Andre Bleau Cc: cygwin AT cygwin DOT com Message-id: <1037201580.439.22646.camel@localhost.localdomain> MIME-version: 1.0 Content-type: text/plain Content-transfer-encoding: 7BIT References: <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20021113093213 DOT 0231cb10 AT irispavp DOT igb DOT umontreal DOT ca> On Wed, 2002-11-13 at 09:57, Andre Bleau wrote: [snip] > Again -lglut32 is for linking native Windows programs. Use the right > include statements and the right headers: > > #include > #include > > Link with -lglut32 -lglu32 -lopengl32 . > > -lGL and -lGLU are for X11 dependant programs. There is no Glut library in > Cygwin's X11R6 distribution. Aha... Thank you. -- Braden McDaniel e-mail: Jabber: -- 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/