On Thu, Oct 02, 2008 at 09:08:29PM -0700, Ben Pfaff wrote: > I've made a PSPP 0.6.1 pre-release available at: > ftp://alpha.gnu.org/gnu/pspp/pspp-0.6.1-rc1.tar.gz > In the hope that no changes will be necessary before release, it > unpacks itself into a directory named pspp-0.6.1. ... > > - Work around bug in GSL that prevented build with recent GCC > versions without manually adding -fgnu89-inline to CFLAGS.
On Solaris with gcc 3.4.3, the compilation failed when gcc complained that -fgnu89-inline wasn't recognized. Removing -fgnu89-inline from Makefile and gl/Makefile got it past this. (It still broke, but for other reasons.) I ran ./configure --without-gui --without-libplot to make the Makefile. -Jason _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
