This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: about GSL and devC++


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]