This is the mail archive of the gsl-discuss@sourceware.org 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: gsl.pc file


At Mon, 8 Feb 2010 10:11:31 +0100,
PICCA Frédéric-Emmanuel wrote:
> 
> Hello
> 
> I am using gsl for one of my library.
> 
> it use the multiroot hybrid solver and the simplex. so I do not use
> the gslcblas librari.
> 
> nevertheless the gsl.pc file contain -lgsl and -lgslcblas.
> 
> so using AX_GSL_PATH add necessarely the gslcbals library even if I
> do not use this library.
> 
> is it normal ?

It is normal, pkg-config does not look at the program so it does not
have any granularity.

> is gsl using under the hood the gslcblas library ?

Yes, it is used in the linalg routines -- so you might actually needed.

-- 
Brian Gough

GNU Scientific Library -
http://www.gnu.org/software/gsl/


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