Hello,

I am building this gsl-1.9 and my machine config. is as below:

OS: Fedora8
GCC: 4.1

And I am trying to install it into my specified directory using the --prefix
option.
The error log collected by the command : make check > log 2>&1 is as below


Making check in gsl
make[1]: Entering directory `/home/keyur/gsl1.9/gsl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/keyur/gsl1.9/gsl'
Making check in utils
make[1]: Entering directory `/home/keyur/gsl1.9/utils'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/keyur/gsl1.9/utils'
Making check in sys
make[1]: Entering directory `/home/keyur/gsl1.9/sys'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I..    -g -O2 -c -o prec.lo prec.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c prec.c  -fPIC -DPIC -o
.libs/prec.o
prec.c:23:29: error: gsl/gsl_machine.h: No such file or directory
prec.c:24:31: error: 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:29: error: 'GSL_SFLT_EPSILON' undeclared here (not in a function)
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:35: error: 'GSL_SQRT_SFLT_EPSILON' undeclared here (not in a
function)
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:41: error: 'GSL_ROOT3_SFLT_EPSILON' undeclared here (not in a
function)
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:47: error: 'GSL_ROOT4_SFLT_EPSILON' undeclared here (not in a
function)
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:53: error: 'GSL_ROOT5_SFLT_EPSILON' undeclared here (not in a
function)
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:59: error: 'GSL_ROOT6_SFLT_EPSILON' undeclared here (not in a
function)
make[1]: *** [prec.lo] Error 1
make[1]: Leaving directory `/home/keyur/gsl1.9/sys'
make: *** [check-recursive] Error 1


Please reply me as soon as possible.
Thank You
-- 
Keyur Patel
CAS, IIT, New Delhi
India
[Email : [email protected]]
[Mobile : 09953553419]

=================================================================================
>How?to??SOLVE?PROBLEMS?
!!!
try like this:
IF (you find a error message) THEN
   read it carefully
   IF ( you can't solve it by yourself) THEN
       look for the reason in "MANUAL" .OR. search for it on "GOOGLE,
YAHOO!..."
       IF (you still can't find the answer) THEN
           write an Email to : <[email protected]>
       ENDIF
   ENDIF
ENDIF
>Looking?forward?to?hearing?from?you?soonest
=================================================================================
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to