At Mon, 22 Feb 2010 21:09:31 -0500, Gunjan Verma wrote: > 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 .
You'll need to also uncomment the following line in config.h: /* #undef inline */ -- 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
