On Fri, Oct 03, 2008 at 10:43:56AM -0400, Jason Stover wrote:
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 suppose we need to update acinclude.m4 so that -fgnu89-inline only gets set if the compiler recognises it. If not, then we'll have to disable inlining altogether. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
