[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] GSL bug
From: |
Gunjan Verma |
Subject: |
Re: [Bug-gsl] GSL bug |
Date: |
Mon, 22 Feb 2010 21:09:31 -0500 |
Brian
I couldn't configure on the system (its an embedded system), so I hand
built the library. I specified HAVE_INLINE to 0 in the config.h. This takes
care of almost all the inlines, but not for cholesky.c .
Thanks
Gunjan
Attached is my hand built config.h for the system
On Mon, Feb 22, 2010 at 5:07 PM, Brian Gough <address@hidden> wrote:
> 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/
>
config.h
Description: Text Data