autoconf
[Top][All Lists]
Advanced

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

Re: AC_F77_WRAPPERS prob


From: Patrick Welche
Subject: Re: AC_F77_WRAPPERS prob
Date: Thu, 18 Jan 2001 18:08:33 +0000
User-agent: Mutt/1.2i

On Thu, Jan 18, 2001 at 05:30:13PM +0100, Akim Demaille wrote:
> Patrick> I don't know what I'm doing! So, this time without -x (and it
> Patrick> passed yesterday..):
> 
> Do you still have yesterday's Autoconf?  If so, it might help us
> understanding what happened by diffing the two outputs on
> 
> AC_INIT
> AC_F77_WRAPPERS
> 
> I'm currently comparing your output with mine (which works fine), and
> I must say I'm running out of imagination :(

Curiouser and curiouser.. I got yesterday's with
cvs update -D "2001-01-17 21:24" -P -d

>From that directory:

quartz% more /tmp/yesterday
====================================
Testing suite for GNU Autoconf 2.49c
====================================
69. ./syntax.at:27: testing AC_F77_WRAPPERS...
./syntax.at:27: autoconf --autoconf-dir .. -l $at_srcdir 
./syntax.at:27: autoheader --autoconf-dir .. -l $at_srcdir
./syntax.at:27: top_srcdir=$top_srcdir ./configure 
--- empty       Thu Jan 18 18:02:51 2001
+++ stderr      Thu Jan 18 18:02:54 2001
@@ -0,0 +1 @@
+configure: error: Fortran 77 compiler cannot create executables
checking for g77... g77
checking whether the Fortran 77 compiler works... no
69. ./syntax.at:27: ok (skipped near `syntax.at:27')
=======================================
All 1 tests were successful (1 skipped)
=======================================

and the beginning of the current one (Jan 18 16:37 GMT), the rest being in
the previous email message:

====================================
Testing suite for GNU Autoconf 2.49c
====================================
69. ./syntax.at:27: testing AC_F77_WRAPPERS...
./syntax.at:27: autoconf --autoconf-dir .. -l $at_srcdir 
./syntax.at:27: autoheader --autoconf-dir .. -l $at_srcdir
./syntax.at:27: top_srcdir=$top_srcdir ./configure 
--- empty       Thu Jan 18 18:02:08 2001
+++ stderr      Thu Jan 18 18:02:17 2001
@@ -0,0 +1 @@
+configure: WARNING: unknown Fortran 77 name-mangling scheme
checking for g77... g77
checking whether the Fortran 77 compiler works... yes
checking whether we are cross compiling... no
checking whether we are using the GNU Fortran 77 compiler... yes

I just ran these two in separate directories, so obviously the compiler
hasn't changed!!

That was AC_F77_WRAPPERS. Where do I find AC_INIT ?

.. and BTW what does -d do?

Options:
  -h  Display this help message and the description of TESTS
  -e  Abort the full suite and inhibit normal clean up if a test fails
  -v  Force more detailed output, default for debugging scripts
  -x  Have the shell to trace command execution

Cheers,

Patrick



reply via email to

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