I am not sure if it's really a bug, but I obtain a warning when I include <math.h> before <gsl/gsl_odeiv.h>:
/sw/include/gsl/gsl_odeiv.h:173: warning: declaration of 'y0' shadows a global declaration /usr/include/architecture/i386/math.h:434: warning: shadowed declaration is here In math.h, y0 definition is: #if !defined(_ANSI_SOURCE) extern double j0 ( double ); I am running a Intel MacBook Pro under MacOSX 10.4.6. Sébastien _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
