OpenGL files

Phil Betts Phil.Betts@ascribe.com
Fri Oct 12 15:49:00 GMT 2007


Suresh Keswani wrote on Thursday, October 11, 2007 5:46 PM::

> I have a small question relating to developing OpenGL applications
> *locally*: I have installed the gcc/++ compiler suite, freeglut
> library files and the "OpenGL-related files" via the setup program.
> However, compiling OpenGL programs fails as the linker cannot find
> the GL libraries. Nor can I when I try looking for libgl.* and
> libglu.* in the usual locations. (libglut files are there).
> 
> My questions: - have these files changed names / locations in the
> Cygwin heirarchy? - or does "OpenGL-related" files refer to other
> supplementary files but not to the main GL library files - if so -
> where can I find the GL lib files?
> 
> Many thanks for any help on this.
> 
> All the best,
> 
> Suresh Keswani

You need to install the xorg-x11-devel package.  Note that the 
runtime libraries are called cygGL* and are part of the xorg-x11-bin 
package.  The files called libGL* are only the import libraries.

Phil



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list