about GSL and devC++

Fleur Kelpin fleur@bio.vu.nl
Tue Dec 31 09:55:00 GMT 2002


>From the Dev-C++ faq, question 9:

9. How can i use the OpenGL library and others ?

All the libraries that comes with Mingw reside in the Lib directory. They
are all named in the following way: lib*.a
To link a library with your project, just add in Project options, Further
option files :
-lopengl32
This is for including the libopengl32.a library. To add any other library,
just follow the same syntax:
Type -l (L in lowercase) plus the base name of the library (filename
without "lib" and the ".a" extension).

Greetings again,
Fleur



More information about the Gsl-discuss mailing list