Ok Christopher, I have almost the same system as you. Make sure that you are 
linking to the correct OpenGL library. To do so, in the building directory, 
execute "ccmake ." Then press "t" to go to advaced options and search for the 
following parameters:

OPENGL_INCLUDE_DIR
OPENGL_gl_LIBRARY
OPENGL_glu_LIBRARY

Mine are set to the following values respectively:

/usr/include/w32api
/usr/lib/w32api/libopengl32.a
/usr/lib/w32api/libglu32.a

Regards,

Alberto

El Lunes 08 Junio 2009ES 20:00:54 Christopher Wang escribió:
> Hi,
> Good question, I have windows XP.
> I'm using CYGWIN 1.5.25
> GCC 3.4.4
> and LibGlut 2.4.0
> ...
>
> Thank you!
>
> Cheers,
> Christopher


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to