FirstIndexNext

[bug-gsl] Optimization level problem (2008-04-10)

From: Daniel Platt <danp57@.............>
Subject: Optimization level problem
Date: Thu, 10 Apr 2008 19:13:54 -0400
To: bug-gsl@gnu.org

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.

Dan