Hello, I'm trying to build GSL 1.11 on an AMD machine with the PGI compiler. I tried using both version 6.2 and 7.0, and in both cases, I get compile-time errors. Please find in attachment the output from configure and make. The output of uname -a is: Linux ife3.caspur.it 2.6.9-67.0.4.ELsmp #1 SMP Tue Feb 19 20:46:25 CET 2008 x86_ 64 x86_64 x86_64 GNU/Linux and CFLAGS=-fast.
Thanks for your help. Best regards. Michela Botti -- Michela Botti - PhD ******************************************************************************* CASPUR Consorzio interuniversitario per le Applicazioni del Supercalcolo Per Universita'� e Ricerca E-mail: [EMAIL PROTECTED] Phone: +39 06 44486730 web: www.caspur.it/~botti ******************************************************************************* Life is what happens to you while you are busy making other plans. John Lennon
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p 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... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... pgcc 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... no checking whether pgcc accepts -g... yes checking for pgcc option to accept ISO C89... none needed checking how to run the C preprocessor... pgcc -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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from pgcc object... ok 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 for dlfcn.h... yes checking for objdir... .libs checking for pgcc option to produce PIC... -fpic -DPIC checking if pgcc PIC flag -fpic -DPIC works... yes checking if pgcc static flag -Bstatic works... no checking if pgcc supports -c -o file.o... yes checking if pgcc supports -c -o file.o... (cached) yes checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 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 checking for size_t... yes checking for working volatile... yes checking for inline... inline checking whether char is unsigned... no checking for extern inline... no 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 isfinite is declared... no checking whether finite is declared... yes checking whether isnan is declared... yes checking whether log1p is declared... yes checking for long double stdio... no checking for extended floating point registers... yes checking for IEEE arithmetic interface type... gnux86 checking for FPU_SETCW... yes checking for SSE extensions... yes checking for IEEE compiler flags... none checking for IEEE comparisons... no 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 config.status: executing libtool commands
make all-recursive make[1]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11' Making all in gsl make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/gsl' rm -f gsl*.h HEADERLIST="../gsl*.h ../*/gsl*.h"; \ for h in $HEADERLIST; do \ BASENAME=`basename $h`; \ test -r $BASENAME || ln -s $h $BASENAME; \ done make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/gsl' Making all in utils make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/utils' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o placeholder.lo placeholder.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c placeholder.c -fpic -DPIC -o .libs/placeholder.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c placeholder.c -o placeholder.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libutils.la placeholder.lo -lm libtool: link: ar cru .libs/libutils.a .libs/placeholder.o libtool: link: ranlib .libs/libutils.a libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/utils' Making all in sys make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/sys' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o minmax.lo minmax.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c minmax.c -fpic -DPIC -o .libs/minmax.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c minmax.c -o minmax.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o prec.lo prec.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c prec.c -fpic -DPIC -o .libs/prec.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c prec.c -o prec.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o hypot.lo hypot.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c hypot.c -fpic -DPIC -o .libs/hypot.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c hypot.c -o hypot.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o log1p.lo log1p.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c log1p.c -fpic -DPIC -o .libs/log1p.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c log1p.c -o log1p.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o expm1.lo expm1.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c expm1.c -fpic -DPIC -o .libs/expm1.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c expm1.c -o expm1.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o coerce.lo coerce.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c coerce.c -fpic -DPIC -o .libs/coerce.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c coerce.c -o coerce.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o invhyp.lo invhyp.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c invhyp.c -fpic -DPIC -o .libs/invhyp.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c invhyp.c -o invhyp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o pow_int.lo pow_int.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c pow_int.c -fpic -DPIC -o .libs/pow_int.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c pow_int.c -o pow_int.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o infnan.lo infnan.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c infnan.c -fpic -DPIC -o .libs/infnan.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c infnan.c -o infnan.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o fdiv.lo fdiv.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c fdiv.c -fpic -DPIC -o .libs/fdiv.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c fdiv.c -o fdiv.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o fcmp.lo fcmp.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c fcmp.c -fpic -DPIC -o .libs/fcmp.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c fcmp.c -o fcmp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o ldfrexp.lo ldfrexp.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c ldfrexp.c -fpic -DPIC -o .libs/ldfrexp.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c ldfrexp.c -o ldfrexp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslsys.la minmax.lo prec.lo hypot.lo log1p.lo expm1.lo coerce.lo invhyp.lo pow_int.lo infnan.lo fdiv.lo fcmp.lo ldfrexp.lo -lm libtool: link: ar cru .libs/libgslsys.a .libs/minmax.o .libs/prec.o .libs/hypot.o .libs/log1p.o .libs/expm1.o .libs/coerce.o .libs/invhyp.o .libs/pow_int.o .libs/infnan.o .libs/fdiv.o .libs/fcmp.o .libs/ldfrexp.o libtool: link: ranlib .libs/libgslsys.a libtool: link: ( cd ".libs" && rm -f "libgslsys.la" && ln -s "../libgslsys.la" "libgslsys.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/sys' Making all in test make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/test' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o results.lo results.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c results.c -fpic -DPIC -o .libs/results.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c results.c -o results.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgsltest.la results.lo -lm libtool: link: ar cru .libs/libgsltest.a .libs/results.o libtool: link: ranlib .libs/libgsltest.a libtool: link: ( cd ".libs" && rm -f "libgsltest.la" && ln -s "../libgsltest.la" "libgsltest.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/test' Making all in err make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/err' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o error.lo error.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c error.c -fpic -DPIC -o .libs/error.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c error.c -o error.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o stream.lo stream.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c stream.c -fpic -DPIC -o .libs/stream.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c stream.c -o stream.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o message.lo message.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c message.c -fpic -DPIC -o .libs/message.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c message.c -o message.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c -o strerror.lo strerror.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c strerror.c -fpic -DPIC -o .libs/strerror.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -fast -c strerror.c -o strerror.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslerr.la error.lo stream.lo message.lo strerror.lo -lm libtool: link: ar cru .libs/libgslerr.a .libs/error.o .libs/stream.o .libs/message.o .libs/strerror.o libtool: link: ranlib .libs/libgslerr.a libtool: link: ( cd ".libs" && rm -f "libgslerr.la" && ln -s "../libgslerr.la" "libgslerr.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/err' Making all in const make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/const' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/const' Making all in complex make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/complex' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o math.lo math.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c math.c -fpic -DPIC -o .libs/math.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c math.c -o math.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslcomplex.la math.lo -lm libtool: link: ar cru .libs/libgslcomplex.a .libs/math.o libtool: link: ranlib .libs/libgslcomplex.a libtool: link: ( cd ".libs" && rm -f "libgslcomplex.la" && ln -s "../libgslcomplex.la" "libgslcomplex.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/complex' Making all in cheb make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/cheb' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o deriv.lo deriv.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c deriv.c -fpic -DPIC -o .libs/deriv.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c deriv.c -o deriv.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o eval.lo eval.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c eval.c -fpic -DPIC -o .libs/eval.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c eval.c -o eval.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o integ.lo integ.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c integ.c -fpic -DPIC -o .libs/integ.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c integ.c -o integ.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslcheb.la deriv.lo eval.lo init.lo integ.lo -lm libtool: link: ar cru .libs/libgslcheb.a .libs/deriv.o .libs/eval.o .libs/init.o .libs/integ.o libtool: link: ranlib .libs/libgslcheb.a libtool: link: ( cd ".libs" && rm -f "libgslcheb.la" && ln -s "../libgslcheb.la" "libgslcheb.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/cheb' Making all in block make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/block' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o file.lo file.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -fpic -DPIC -o .libs/file.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -o file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o block.lo block.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c block.c -fpic -DPIC -o .libs/block.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c block.c -o block.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslblock.la init.lo file.lo block.lo -lm libtool: link: ar cru .libs/libgslblock.a .libs/init.o .libs/file.o .libs/block.o libtool: link: ranlib .libs/libgslblock.a libtool: link: ( cd ".libs" && rm -f "libgslblock.la" && ln -s "../libgslblock.la" "libgslblock.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/block' Making all in vector make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/vector' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o file.lo file.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -fpic -DPIC -o .libs/file.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -o file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o vector.lo vector.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c vector.c -fpic -DPIC -o .libs/vector.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c vector.c -o vector.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o copy.lo copy.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c copy.c -fpic -DPIC -o .libs/copy.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c copy.c -o copy.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o swap.lo swap.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c swap.c -fpic -DPIC -o .libs/swap.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c swap.c -o swap.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o prop.lo prop.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c prop.c -fpic -DPIC -o .libs/prop.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c prop.c -o prop.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o minmax.lo minmax.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c minmax.c -fpic -DPIC -o .libs/minmax.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c minmax.c -o minmax.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o oper.lo oper.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c oper.c -fpic -DPIC -o .libs/oper.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c oper.c -o oper.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o reim.lo reim.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c reim.c -fpic -DPIC -o .libs/reim.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c reim.c -o reim.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o subvector.lo subvector.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subvector.c -fpic -DPIC -o .libs/subvector.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subvector.c -o subvector.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o view.lo view.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c view.c -fpic -DPIC -o .libs/view.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c view.c -o view.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslvector.la init.lo file.lo vector.lo copy.lo swap.lo prop.lo minmax.lo oper.lo reim.lo subvector.lo view.lo -lm libtool: link: ar cru .libs/libgslvector.a .libs/init.o .libs/file.o .libs/vector.o .libs/copy.o .libs/swap.o .libs/prop.o .libs/minmax.o .libs/oper.o .libs/reim.o .libs/subvector.o .libs/view.o libtool: link: ranlib .libs/libgslvector.a libtool: link: ( cd ".libs" && rm -f "libgslvector.la" && ln -s "../libgslvector.la" "libgslvector.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/vector' Making all in matrix make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/matrix' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o matrix.lo matrix.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c matrix.c -fpic -DPIC -o .libs/matrix.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c matrix.c -o matrix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o file.lo file.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -fpic -DPIC -o .libs/file.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -o file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o rowcol.lo rowcol.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c rowcol.c -fpic -DPIC -o .libs/rowcol.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c rowcol.c -o rowcol.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o swap.lo swap.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c swap.c -fpic -DPIC -o .libs/swap.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c swap.c -o swap.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o copy.lo copy.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c copy.c -fpic -DPIC -o .libs/copy.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c copy.c -o copy.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o minmax.lo minmax.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c minmax.c -fpic -DPIC -o .libs/minmax.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c minmax.c -o minmax.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o prop.lo prop.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c prop.c -fpic -DPIC -o .libs/prop.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c prop.c -o prop.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o oper.lo oper.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c oper.c -fpic -DPIC -o .libs/oper.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c oper.c -o oper.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o getset.lo getset.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c getset.c -fpic -DPIC -o .libs/getset.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c getset.c -o getset.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o view.lo view.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c view.c -fpic -DPIC -o .libs/view.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c view.c -o view.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o submatrix.lo submatrix.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c submatrix.c -fpic -DPIC -o .libs/submatrix.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c submatrix.c -o submatrix.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslmatrix.la init.lo matrix.lo file.lo rowcol.lo swap.lo copy.lo minmax.lo prop.lo oper.lo getset.lo view.lo submatrix.lo -lm libtool: link: ar cru .libs/libgslmatrix.a .libs/init.o .libs/matrix.o .libs/file.o .libs/rowcol.o .libs/swap.o .libs/copy.o .libs/minmax.o .libs/prop.o .libs/oper.o .libs/getset.o .libs/view.o .libs/submatrix.o libtool: link: ranlib .libs/libgslmatrix.a libtool: link: ( cd ".libs" && rm -f "libgslmatrix.la" && ln -s "../libgslmatrix.la" "libgslmatrix.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/matrix' Making all in permutation make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/permutation' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o file.lo file.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -fpic -DPIC -o .libs/file.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -o file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o permutation.lo permutation.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c permutation.c -fpic -DPIC -o .libs/permutation.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c permutation.c -o permutation.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o permute.lo permute.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c permute.c -fpic -DPIC -o .libs/permute.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c permute.c -o permute.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o canonical.lo canonical.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c canonical.c -fpic -DPIC -o .libs/canonical.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c canonical.c -o canonical.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslpermutation.la init.lo file.lo permutation.lo permute.lo canonical.lo -lm libtool: link: ar cru .libs/libgslpermutation.a .libs/init.o .libs/file.o .libs/permutation.o .libs/permute.o .libs/canonical.o libtool: link: ranlib .libs/libgslpermutation.a libtool: link: ( cd ".libs" && rm -f "libgslpermutation.la" && ln -s "../libgslpermutation.la" "libgslpermutation.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/permutation' Making all in combination make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/combination' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o init.lo init.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -fpic -DPIC -o .libs/init.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o file.lo file.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -fpic -DPIC -o .libs/file.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c file.c -o file.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o combination.lo combination.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c combination.c -fpic -DPIC -o .libs/combination.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c combination.c -o combination.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslcombination.la init.lo file.lo combination.lo -lm libtool: link: ar cru .libs/libgslcombination.a .libs/init.o .libs/file.o .libs/combination.o libtool: link: ranlib .libs/libgslcombination.a libtool: link: ( cd ".libs" && rm -f "libgslcombination.la" && ln -s "../libgslcombination.la" "libgslcombination.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/combination' Making all in sort make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/sort' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o sort.lo sort.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sort.c -fpic -DPIC -o .libs/sort.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sort.c -o sort.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o sortind.lo sortind.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortind.c -fpic -DPIC -o .libs/sortind.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortind.c -o sortind.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o sortvec.lo sortvec.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortvec.c -fpic -DPIC -o .libs/sortvec.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortvec.c -o sortvec.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o sortvecind.lo sortvecind.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortvecind.c -fpic -DPIC -o .libs/sortvecind.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c sortvecind.c -o sortvecind.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o subset.lo subset.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subset.c -fpic -DPIC -o .libs/subset.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subset.c -o subset.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c -o subsetind.lo subsetind.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subsetind.c -fpic -DPIC -o .libs/subsetind.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -fast -c subsetind.c -o subsetind.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link pgcc -fast -o libgslsort.la sort.lo sortind.lo sortvec.lo sortvecind.lo subset.lo subsetind.lo -lm libtool: link: ar cru .libs/libgslsort.a .libs/sort.o .libs/sortind.o .libs/sortvec.o .libs/sortvecind.o .libs/subset.o .libs/subsetind.o libtool: link: ranlib .libs/libgslsort.a libtool: link: ( cd ".libs" && rm -f "libgslsort.la" && ln -s "../libgslsort.la" "libgslsort.la" ) make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/sort' Making all in ieee-utils make[2]: Entering directory `/afs/caspur.it/user/b/botti/gsl-1.11/ieee-utils' /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o print.lo print.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c print.c -fpic -DPIC -o .libs/print.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c print.c -o print.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o make_rep.lo make_rep.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c make_rep.c -fpic -DPIC -o .libs/make_rep.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c make_rep.c -o make_rep.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o env.lo env.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c env.c -fpic -DPIC -o .libs/env.o libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c env.c -o env.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c -o fp.lo fp.c libtool: compile: pgcc -DHAVE_CONFIG_H -I. -I.. -I.. -fast -c fp.c -fpic -DPIC -o .libs/fp.o PGC-W-0352-Constraint/expression type mismatch in extended ASM operand 0 (fp.c: 103) PGC/x86-64 Linux/x86-64 6.2-5: compilation completed with warnings /tmp/pgccPCGd7cAvB-3U.s: Assembler messages: /tmp/pgccPCGd7cAvB-3U.s:144: Error: suffix or operands invalid for `ldmxcsr' make[2]: *** [fp.lo] Error 1 make[2]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11/ieee-utils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/afs/caspur.it/user/b/botti/gsl-1.11' make: *** [all] Error 2
_______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
