At Thu, 10 Apr 2008 19:13:54 -0400, Daniel Platt wrote: > Using gcc (GCC) 4.3.0, on Mac OS X 10.5.2, make check fails in the > gsl-1.10/sort/ directory. The makefile in the gsl-1.10/sort/ > directory must be modified so that 'CFLAGS = -g -O' (rather than > 'CFLAGS = -g -O2'). Then gsl-1.10 passes make check.
Thanks for the bug report. I've tried this with gcc-4.3.0 on x86 and couldn't reproduce it (with -fsigned-char and -funsigned-char) so I assume it must be something specific to Mac OS. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
