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 <GL/gl.h>
> #include <GL/glut.h>
> 
> 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: <[EMAIL PROTECTED]>
<http://endoframe.com>                    Jabber: <[EMAIL PROTECTED]>


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

Reply via email to