bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] problems with gsl-1.6


From: Stefano Ferretti
Subject: [Bug-gsl] problems with gsl-1.6
Date: Fri, 24 Jun 2005 12:27:56 +0200
User-agent: Mozilla Thunderbird 1.0.2-1.3.3 (X11/20050513)

Hi,
I'm trying to install the gsl-1.6 library
I downloaded the gsl-1.6.tar.gz file from one of your HTTP mirrors.

I excute the command ./cofigure and all seems to be OK
then if I type
make check

I have an error (I report the output of the command at the end of the mail)

Indeed, if I try to launch the make command I have an error

It seems to be a problem due to the fact that the program searches for two files that do not exist:
gsl/gsl_machine.h
gsl/gsl_precision.h

could you please help me in fixing the problem?
Many Thanks
Kind Regards
Stefano

here is the output of the "make check" command

---------------------------------------

Making check in gsl
make[1]: Entering directory `/home/sferrett/software/gsl-1.6/gsl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/sferrett/software/gsl-1.6/gsl'
Making check in utils
make[1]: Entering directory `/home/sferrett/software/gsl-1.6/utils'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o placeholder.lo `test -f 'placeholder.c' || echo './'`placeholder.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c placeholder.c -fPIC -DPIC -o .libs/placeholder.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c placeholder.c -o placeholder.o >/dev/null 2>&1
mv -f .libs/placeholder.lo placeholder.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -o libutils.la placeholder.lo -lm
rm -fr .libs/libutils.la .libs/libutils.* .libs/libutils.*
ar cru .libs/libutils.al placeholder.lo
ranlib .libs/libutils.al
creating libutils.la
(cd .libs && rm -f libutils.la && ln -s ../libutils.la libutils.la)
make[1]: Leaving directory `/home/sferrett/software/gsl-1.6/utils'
Making check in sys
make[1]: Entering directory `/home/sferrett/software/gsl-1.6/sys'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c -o minmax.lo `test -f 'minmax.c' || echo './'`minmax.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
mv -f .libs/minmax.lo minmax.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c -o prec.lo `test -f 'prec.c' || echo './'`prec.c
rm -f .libs/prec.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c prec.c -fPIC -DPIC -o .libs/prec.lo
prec.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
prec.c:26: error: `_GSL_PREC_T_NUM' undeclared here (not in a function)
prec.c:27: error: `GSL_DBL_EPSILON' undeclared here (not in a function)
prec.c:28: error: `GSL_FLT_EPSILON' undeclared here (not in a function)
prec.c:28: warning: excess elements in scalar initializer
prec.c:28: warning: (near initialization for `gsl_prec_eps')
prec.c:30: error: `GSL_SFLT_EPSILON' undeclared here (not in a function)
prec.c:30: warning: excess elements in scalar initializer
prec.c:30: warning: (near initialization for `gsl_prec_eps')
prec.c:33: error: `GSL_SQRT_DBL_EPSILON' undeclared here (not in a function)
prec.c:34: error: `GSL_SQRT_FLT_EPSILON' undeclared here (not in a function)
prec.c:34: warning: excess elements in scalar initializer
prec.c:34: warning: (near initialization for `gsl_prec_sqrt_eps')
prec.c:36: error: `GSL_SQRT_SFLT_EPSILON' undeclared here (not in a function)
prec.c:36: warning: excess elements in scalar initializer
prec.c:36: warning: (near initialization for `gsl_prec_sqrt_eps')
prec.c:39: error: `GSL_ROOT3_DBL_EPSILON' undeclared here (not in a function) prec.c:40: error: `GSL_ROOT3_FLT_EPSILON' undeclared here (not in a function)
prec.c:40: warning: excess elements in scalar initializer
prec.c:40: warning: (near initialization for `gsl_prec_root3_eps')
prec.c:42: error: `GSL_ROOT3_SFLT_EPSILON' undeclared here (not in a function)
prec.c:42: warning: excess elements in scalar initializer
prec.c:42: warning: (near initialization for `gsl_prec_root3_eps')
prec.c:45: error: `GSL_ROOT4_DBL_EPSILON' undeclared here (not in a function) prec.c:46: error: `GSL_ROOT4_FLT_EPSILON' undeclared here (not in a function)
prec.c:46: warning: excess elements in scalar initializer
prec.c:46: warning: (near initialization for `gsl_prec_root4_eps')
prec.c:48: error: `GSL_ROOT4_SFLT_EPSILON' undeclared here (not in a function)
prec.c:48: warning: excess elements in scalar initializer
prec.c:48: warning: (near initialization for `gsl_prec_root4_eps')
prec.c:51: error: `GSL_ROOT5_DBL_EPSILON' undeclared here (not in a function) prec.c:52: error: `GSL_ROOT5_FLT_EPSILON' undeclared here (not in a function)
prec.c:52: warning: excess elements in scalar initializer
prec.c:52: warning: (near initialization for `gsl_prec_root5_eps')
prec.c:54: error: `GSL_ROOT5_SFLT_EPSILON' undeclared here (not in a function)
prec.c:54: warning: excess elements in scalar initializer
prec.c:54: warning: (near initialization for `gsl_prec_root5_eps')
prec.c:57: error: `GSL_ROOT6_DBL_EPSILON' undeclared here (not in a function) prec.c:58: error: `GSL_ROOT6_FLT_EPSILON' undeclared here (not in a function)
prec.c:58: warning: excess elements in scalar initializer
prec.c:58: warning: (near initialization for `gsl_prec_root6_eps')
prec.c:60: error: `GSL_ROOT6_SFLT_EPSILON' undeclared here (not in a function)
prec.c:60: warning: excess elements in scalar initializer
prec.c:60: warning: (near initialization for `gsl_prec_root6_eps')
prec.c:26: error: storage size of `gsl_prec_eps' isn't known
prec.c:32: error: storage size of `gsl_prec_sqrt_eps' isn't known
prec.c:38: error: storage size of `gsl_prec_root3_eps' isn't known
prec.c:44: error: storage size of `gsl_prec_root4_eps' isn't known
prec.c:50: error: storage size of `gsl_prec_root5_eps' isn't known
prec.c:56: error: storage size of `gsl_prec_root6_eps' isn't known
make[1]: *** [prec.lo] Error 1
make[1]: Leaving directory `/home/sferrett/software/gsl-1.6/sys'
make: *** [check-recursive] Error 1

------------------------------

--
-------------------------------------------------------------------
Dr. Stefano Ferretti
Dipartimento di Scienze dell'Informazione  -  Università di Bologna
Mura Anteo Zamboni, 7
40127 Bologna  ITALY
URL: http://www.cs.unibo.it/~sferrett  e-mail: address@hidden




reply via email to

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