help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] where to put the libraries?


From: Thomas Spuhler
Subject: Re: [Help-gsl] where to put the libraries?
Date: Wed, 17 Aug 2005 13:19:39 -0700
User-agent: KMail/1.7.2

I am using them in  a Linux environment, but I guess it shouldn't be that 
different in XP. Just put them somewhere the compiler has access to and put 
the path in a make file.
My make file looks like this:

GSLLIBS = -L/usr/local/lib -lgsl -lgslcblas
GSLINCS = -I/usr/local/include

# space seperated list of source files in program
SOURCES = xxxxx.cpp

# change testProgram.exe to the name you wish your
# executable program to be
xxxxx: $(SOURCES)
        g++ -o $@ $(GSLINCS) $(GSLLIBS) $(SOURCES) 


Good luck

Tom




On Wednesday 17 August 2005 09:10 am, Nuria wrote:
> Hello,
>
> I work with Windows XP and I need to use the GNU
> Scientific Library (GSL) for Microsoft Visual Studio
> (it is a requirement of another program), I have got
> the following libraries:
>
> gsl.dll
> gsl.exp
> gsl.lib
> gslcblas.exp
> gslcblas.lib
> gslcblasML.lib
> gslML.lib
>
> but I dont know where I should copy them.
>
> Could you explain me where?
> (Perhaps it's possible to do it this way?).
>
> Thank you very much.
>
> Nuria Suarez
>
>
>
>
>
>
>
>
> ______________________________________________
> Renovamos el Correo Yahoo!
> Nuevos servicios, más seguridad
> http://correo.yahoo.es
>
>
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl

Attachment: pgpkSv3hnweNV.pgp
Description: PGP signature


reply via email to

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