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 X-Authentication-Warning: localhost.localdomain: flognat set sender to andrew DOT markebo AT telia DOT com using -f To: mahy AT student DOT fsa DOT ucl DOT ac DOT be CC: cygwin AT cygwin DOT com Subject: Re: cygwin with opengl References: <200211241653 DOT gAOGrT419692 AT neptune DOT fsa DOT ucl DOT ac DOT be> X-message-flag: Infected by Norwegian Cheese Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit From: Andrew Markebo In-Reply-To: <200211241653.gAOGrT419692@neptune.fsa.ucl.ac.be> (Samuel Mahy's message of "Sun, 24 Nov 2002 17:53:29 +0100 (MET)") Date: Sun, 24 Nov 2002 23:13:46 +0100 Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-redhat-linux-gnu) MIME-Version: 1.0 / Samuel Mahy wrote: | Hi, > | I cannot compile a file.c where there is the following | include : > | GL\glut.h | GL\glu.h | GL\gl.h > | I'm sure I have installed the file opengl....tar.bz2 Which opengl?? Could it be one runtime, and one developer version? run: find /usr/include -name glut.h -print if no success, run: find / -name glut.h -print to see if they are around.. | Can you propose me some technics to reslove my problem : | -compile? I use : -lglut -lGLU -lGL -lopengl This problem is not due to missing libraries, it is due to the compilation can't find the includes, throw the line issued for compilation this way and we can see if you need to add a -I[path] to the compilation.. How is the makefile done? /Andy -- The eye of the beholder rests on the beauty! -- 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/