skaller wrote:

> > Cygwin does not use .lib files, and the naming of libraries is that of
> > unix.  So you use -lfoo to link with libfoo.a (or sometimes
> > libfoo.dll.a) which is the import library for the DLL.
> 
> Can you tell me how you link to OpenGL32.dll?

-lopengl32 ?

Brian

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

Reply via email to