help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] installation help


From: Frank Reininghaus
Subject: Re: [Help-gsl] installation help
Date: Wed, 23 Nov 2011 10:49:49 +0100

Hi,

Am 23. November 2011 00:09 schrieb Philip Robinson:
> I have downloaded the GSL library package (1.13 via synaptic packet
> manager) to use to support another programe (HLA*IMP).
>
> HLA*IMP provides a script to modify with the correct path to access
> GSL.
> It is:
>
> LIB_GSL   = /home/system/software/libs/gsl-1.9
> LIBS = -L$(LIB_GSL)/lib -lgsl -lgslcblas

if you remove the first line and change the second one to

LIBS = -lgsl -lgslcblas

the linker should be able to find the library installed on your system.

Cheers,
Frank



reply via email to

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