On Thu, Mar 22, 2012 at 4:41 PM, Rhys Ulerich <[email protected]> wrote: > The usual thing is to build and install the shared library and it's > public header files (e.g. not config.h), and then to link your > application against the install GSL binary
yes, this is exactly what I needed to know. happily, I got the examples found here : http://www.gnu.org/software/gsl/manual/html_node/Fitting-Examples.html to work, and along with Frank's comment, I now understand a bit better how GSL works. Regards, -Bryan
