At Sun, 21 Feb 2010 17:24:56 -0500, Gunjan Verma wrote: > In cholesky.c, there is the keyword "inline" in the quiet sqrt function > which caused the build I was doing for a C89 system to break. I believe > there should be a check there to determine whether the system supports > inline or not - perhaps using the config.h .
Thanks for the bug report. This should be detected and handled automatically by the configure test for inline. There are many other uses of inline in the library. Can you send the output of ./configure and the resulting config.log and config.h file. -- Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
