help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Linking GSL [noob]


From: Rhys Ulerich
Subject: Re: [Help-gsl] Linking GSL [noob]
Date: Fri, 19 Oct 2012 08:44:33 -0500

Hi Fg,

> Earlier today, I posted a question to Stack Overflow
> http://stackoverflow.com/q/12968355/1414455
> but did not get an appropriate response.

S.O. is amazing but not magic.  Patience. :P

> Since my GCC installation lives in 
> "E:\programming\c\libraries\gsl-1.15.tar\gsl-1.15", I changed the directive to
>
> //--------------------------------------------------------------------------------------
> #include <gsl-1.15/multifit/gsl_multifit.h>
> //--------------------------------------------------------------------------------------

This sounds like you are not running 'make install' before trying to
compile and link against GSL.  Instead, the sounds like you are simply
running 'make' and then trying to compile and link against the built
sources.  Is that the case?  I ask because I expect installed headers
to be in locations like <gsl/gsl_multifit.h>.

- Rhys



reply via email to

[Prev in Thread] Current Thread [Next in Thread]