At Mon, 17 Aug 2009 10:13:23 -0400, [email protected] wrote: > Hi Brian, thanks for the e-mail. I tried compiling by doing > > ./configure CFLAGS="-Ae -DGSL_C99_INLINE" --disable-shared > > But I still get the error. I'm attaching the typescript again. > Anything else I should try?
Everything is controlled by the macros in gsl_inline.h (which are selected from the settings of HAVE_INLINE, HAVE_C99_INLINE, etc in config.h) If you know how your compiler uses inline you could edit the config.h file after running ./configure, or edit gsl_inline.h if needed. If you figure out the correct options let me know and I will incorporate them, I don't use HP-UX myself so I don't have any other way to know what is correct there. > I didn't find any reference to -DGSL_C99_INLINE in the INSTALL file ... Sorry, I forgot it is only in the repository not in the last release. http://git.savannah.gnu.org/cgit/gsl.git/tree/INSTALL There are also some notes in gsl_inline.h -- Brian Gough (GSL Maintainer) Support freedom by joining the FSF http://www.fsf.org/associate/support_freedom/join_fsf?referrer=37 _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
