[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP 0.6.1 pre-release
From: |
Jason Stover |
Subject: |
Re: PSPP 0.6.1 pre-release |
Date: |
Fri, 3 Oct 2008 10:43:56 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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