Linker-Flags for OpenGl

Sorry bout being off topic,
but wher do I get the linker-flags for OpenGl apps from? I’ve installed
the NVidia-drivers right now. Do I need an additional OpenGl
implementation?

Hi Simon, i dont know what OS or compiler you are using but im using mingw
in windows and i use the following in my makefile:

-lglu32 -lopengl32

that includes both the GL and GLU libs.

Hope this helps (:> ----- Original Message -----

From: simon.hengel@web.de (Simon Hengel)
To:
Sent: Wednesday, May 07, 2003 12:37 PM
Subject: [SDL] Linker-Flags for OpenGl

Sorry bout being off topic,
but wher do I get the linker-flags for OpenGl apps from? I’ve installed
the NVidia-drivers right now. Do I need an additional OpenGl
implementation?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

For linux it’s -L/usr/X11R6/lib -lgl -lgluOn Wednesday 07 May 2003 12:37 pm, Simon Hengel wrote:

Sorry bout being off topic,
but wher do I get the linker-flags for OpenGl apps from? I’ve installed
the NVidia-drivers right now. Do I need an additional OpenGl
implementation?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


"They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety. "
–Benjamin Franklin