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 <[email protected]>
Fingerprint: 9315 DC43 D2E4 4F70 3AA8  F8F0 9DA0 B765 F5C8 7D26



_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to