bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: compilation problem


From: Ben Pfaff
Subject: Re: PSPP-BUG: compilation problem
Date: Wed, 07 Feb 2007 09:02:51 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"Daniel E WILLIAMS" <address@hidden> writes:

> configure.ac:12: error: AC_PROG_CC cannot be called after AM_PROG_CC_C_O

[...]

> Any ideas?  I'm running off of today's CVS repository.

It's a little puzzling.  I'd try a couple of things.  First,
update gnulib (with "cvs update -d"), if you haven't done so
recently, and re-run "make -f Smake".  Second, try this patch
against configure.ac:

--- configure.ac.~1.50.~        2007-01-08 17:24:10.000000000 -0800
+++ configure.ac        2007-02-07 09:01:14.000000000 -0800
@@ -8,8 +8,8 @@ AM_INIT_AUTOMAKE(1.9)
 
 dnl Checks for programs.
 AC_GNU_SOURCE
-gl_EARLY
 AC_PROG_CC
+gl_EARLY
 AM_PROG_CC_C_O
 AC_LIBTOOL_DLOPEN
 AC_PROG_LIBTOOL

-- 
Ben Pfaff 
address@hidden
http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]