make check 1.4 fails on Solaris

Peter De Cleyn peter.decleyn@ua.ac.be
Thu Aug 21 12:47:00 GMT 2003


Hi,

I'm having problems installing gsl-1.4 (as well as 1.3) on a Sun Sparc 
Solaris2.9 system.

Although everything compiles just fine, make check reports lots of 
failures.

To start the vector check report twice (static and dynamic) 

FAIL: gsl_vector_long_double_div division  

and the global make check command is then terminated with

===================
2 of 2 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/tmp/gsl/gsl-1.4/vector'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/gsl/gsl-1.4/vector'
make: *** [check-recursive] Error 1

When I try to do some checks manually by executing them in the directories 
it seems that also matrix has a failure 

FAIL: gsl_matrix_long_double_div_elements division
FAIL: gsl_matrix_complex_long_double_div_elements division

again as well static as dynamic.

more testing also showed that eigen, cblas, interpolation, multifit, 
multimin, multiroots and ode-interval result in a segmentation fault.

Has anyone an idea how to solve this? I am using GCC 3.2 to build gsl.

I attach the configure output with this mail. If you need more info I'll 
be happy to provide it.

Peter

-- 
 ______________
/Peter De Cleyn\
-------------------------------------
University of Antwerp
Dep. Math. and Computer Science
PATS research group
-------------------------------------
Middelheimlaan 1
Building G
B-2020 Antwerp
-------------------------------------
http://www.ua.ac.be
http://win-www.ruca.ua.ac.be
peter.decleyn@ua.ac.be
+32 3 218 03 64
-------------- next part --------------
configure: loading site script /usr/local/share/config.site
checking for a BSD-compatible install... /usr/local/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... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for gcc... gcc
checking for C compiler default output... 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/local/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for ld used by GCC... /usr/local/sparc-sun-solaris2.9/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.9/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.9/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
checking for egrep... egrep
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
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... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/local/sparc-sun-solaris2.9/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for size_t... yes
checking for working volatile... yes
checking for inline... inline
checking for extern inline... yes
checking for vprintf... yes
checking for _doprnt... yes
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... no
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... no
checking whether finite is declared... no
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... no
checking for IEEE arithmetic interface type... solaris
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 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 cheb/Makefile
config.status: creating cdf/Makefile
config.status: creating Makefile
config.status: creating config.h


More information about the Gsl-discuss mailing list