Quoting Brian Gough <[EMAIL PROTECTED]>: > At Mon, 2 Apr 2007 01:44:40 +0800, > [EMAIL PROTECTED] wrote: > > > > "./configure" is ok then "make" fails > > This is solved by changing the line in Makefile from: > > Hello, > > Please can you send the complete output of configure and make--thank you. > > -- > Brian Gough > (GSL Maintainer) > > Network Theory Ltd, > Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ >
Here you are: [EMAIL PROTECTED] gsl-1.9]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets $(MAKE)... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool checking for size_t... yes checking for working volatile... yes checking for inline... inline checking for extern inline... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking for vprintf... yes checking for _doprnt... no checking for memcpy... yes checking for memmove... yes checking for strdup... yes checking for strtol... yes checking for strtoul... yes checking for EXIT_SUCCESS and EXIT_FAILURE... yes checking for cos in -lm... yes checking whether feenableexcept is declared... yes checking whether fesettrapenable is declared... no checking whether hypot is declared... yes checking whether expm1 is declared... yes checking whether acosh is declared... yes checking whether asinh is declared... yes checking whether atanh is declared... yes checking whether ldexp is declared... yes checking whether frexp is declared... yes checking whether isinf is declared... yes checking whether finite is declared... yes checking whether isfinite is declared... no checking whether isnan is declared... yes checking whether log1p is declared... yes checking for long double stdio... yes checking for extended floating point registers... yes checking for IEEE arithmetic interface type... gnux86 checking for FPU_SETCW... yes checking for IEEE compiler flags... none checking for IEEE comparisons... yes checking for IEEE denormalized values... yes configure: creating ./config.status config.status: creating gsl-config config.status: creating gsl.pc config.status: creating gsl_version.h config.status: creating gsl.spec config.status: creating gsl/Makefile config.status: creating test/Makefile config.status: creating err/Makefile config.status: creating sys/Makefile config.status: creating utils/Makefile config.status: creating const/Makefile config.status: creating min/Makefile config.status: creating multimin/Makefile config.status: creating ieee-utils/Makefile config.status: creating fft/Makefile config.status: creating specfunc/Makefile config.status: creating dht/Makefile config.status: creating fit/Makefile config.status: creating multifit/Makefile config.status: creating bspline/Makefile config.status: creating statistics/Makefile config.status: creating sum/Makefile config.status: creating roots/Makefile config.status: creating multiroots/Makefile config.status: creating ntuple/Makefile config.status: creating poly/Makefile config.status: creating qrng/Makefile config.status: creating rng/Makefile config.status: creating randist/Makefile config.status: creating siman/Makefile config.status: creating integration/Makefile config.status: creating interpolation/Makefile config.status: creating doc/Makefile config.status: creating block/Makefile config.status: creating vector/Makefile config.status: creating matrix/Makefile config.status: creating histogram/Makefile config.status: creating monte/Makefile config.status: creating ode-initval/Makefile config.status: creating cblas/Makefile config.status: creating blas/Makefile config.status: creating linalg/Makefile config.status: creating eigen/Makefile config.status: creating permutation/Makefile config.status: creating combination/Makefile config.status: creating sort/Makefile config.status: creating complex/Makefile config.status: creating diff/Makefile config.status: creating deriv/Makefile config.status: creating cheb/Makefile config.status: creating cdf/Makefile config.status: creating wavelet/Makefile config.status: creating Makefile config.status: creating config.h [EMAIL PROTECTED] gsl-1.9]# make make all-recursive make[1]: Entering directory `/mnt/devel2/temp/gsl/gsl-1.9' Making all in gsl /bin/sh: line 0: cd: gsl: No such file or directory make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/devel2/temp/gsl/gsl-1.9' make: *** [all] Error 2 _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
