On 15 Sep 2008 09:53:56 +0100 "M.W.P. Burke" mwpb2@cam.ac.uk wrote:
Dear Geany list,
I'm new to Geany (and indeed Ubunutu which I am running it on) and would like to know how to use gsl (GNU Software Library) with Geany. I'm not entirely sure how to link the libraries and include the header files.
Do you mean GNU Scientific Library? http://www.gnu.org/software/gsl/
Probably you want to write a Makefile (it can be done with Geany's compile and build commands, but later you'll probably want a Makefile anyway).
Is there some kind of *.pc file for pkgconfig (gsl.pc)? If so see the example for glib-2.0.pc file: http://pkg-config.freedesktop.org/wiki/
Regards, Nick