help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] (no subject)


From: John Lamb
Subject: Re: [Help-gsl] (no subject)
Date: Tue, 22 Jun 2004 13:25:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114

A.L.W. Kuijper wrote:
I also tried it with the non-binary gsl 1-4 version and running make install after configuring,

but then the following error appears:

rec.c:23:29: gsl/gsl_machine.h: No such file or directory
prec.c:24:31: gsl/gsl_precision.h: No such file or directory

Did you get any errors during configure? If not, try:

download gsl-1.4.tar.gz from ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/gsl/

$ tar zxvf gsl-1.4.tar.gz [creates directory gsl-1.4]
$ mkdir gsl-build
$ cd gsl-build
$ CFLAGS="-march=pentium4 -O2 -mfpmath=sse -msse -msse2 -malign-double -Wall -pipe" ../gsl-1.4/configure --prefix=/usr -v

Make sure that there are no errors here. If there are none:

$ make
$ make test
# make install

--
JDL




reply via email to

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