At Thu, 8 May 2008 15:45:04 +0200 (MEST), Michela Botti wrote: > > 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 the email. It is strange that the configure test "checking for SSE extensions" passes, but essentially the same code fails in fp-gnux86.c. If you want to work around the problem, you can comment out that part of the code by removing any #define for HAVE_FPU_X86_SSE in config.h. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
