bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Work-around: Building issue with the pgi and the cray compiler


From: Jacob Weismann Poulsen
Subject: [Bug-gsl] Work-around: Building issue with the pgi and the cray compiler from version 1.12 and onwards
Date: Tue, 04 May 2010 15:27:34 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hello again

I had a look at the source today and found an easy work-around for these two compilers:

CC=cc ./configure --disable-shared --enable-static
cat config.h|sed 's;#define HAVE_INLINE 1;#undef HAVE_INLINE;g' > config.h.new
mv config.h.new config.h
make

I guess that you will have to fix this by improving the inline check currently done
in configure.ac. Enjoy :)

Cheers, Jacob
--

Jacob Weismann Poulsen <address@hidden>
Fingerprint: 9315 DC43 D2E4 4F70 3AA8  F8F0 9DA0 B765 F5C8 7D26





reply via email to

[Prev in Thread] Current Thread [Next in Thread]