bug-autoconf
[Top][All Lists]
Advanced

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

autoconf-2.50: build feedback and problem reports


From: Nelson H. F. Beebe
Subject: autoconf-2.50: build feedback and problem reports
Date: Wed, 23 May 2001 10:26:14 -0600 (MDT)

I've made build, validation, and installation attempts of
autoconf-2.50 on these 13 platforms:

        Apple Macintosh PPC G3  Darwin 1.3.3
        Apple Macintosh PPC G3  Rhapsody 5.6
        Apple Power Mac 233MHz  GNU/Linux 2.2.15pre9
        Compaq/DEC Alpha        OSF/1 4.0F
        DEC Alpha               GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2)
        HP 9000/712             HP-UX 10.20
        IBM PowerPC             AIX 4.2
        Intel Pentium II        FreeBSD 4.1.1
        Intel Pentium III       GNU/Linux 2.2.17-14smp (Red Hat 6.2)
        Intel Pentium III       GNU/Linux 2.2.17-14smp (Red Hat 6.2) (IA-64 
emulator)
        SGI Origin 200          IRIX 6.5
        Sun SPARC               GNU/Linux 2.2.17-14 (Red Hat 6.2)
        Sun SPARC               Solaris 2.7

Most succeeded flawlessly, but there were a few failures: 

        DEC Alpha               GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2)
                testsuite.log created with failure report (see below)
        Apple Macintosh PPC G3  Darwin 1.3.3
                shell went into infinite loop on one test (see below)
        Apple Macintosh PPC G3  Rhapsody 5.6
                testsuite.log created with failure report (see below)
        Intel Pentium III       GNU/Linux 2.2.17-14smp (Red Hat 6.2) (IA-64 
emulator)

------------------------------------------------------------------------
DEC Alpha               GNU/Linux 2.2.19-6.2.1 (Red Hat 6.2)
====================================
Test suite log for GNU Autoconf 2.50
====================================

/local/build/autoconf-2.50/ChangeLog :
| 2001-05-21  Akim Demaille  <address@hidden>
| 
|       Version 2.50.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 
|       * tests/tools.at: s/undefined macro/possibly undefined macro/.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 

Failed tests:
  45: semantics.at:90 AC_CHECK_HEADERS
  57: acgeneral.at:9  AC_CANONICAL_TARGET
 124: actypes.at:17   AM_TYPE_PTRDIFF_T

Skipped tests:
 152: foreign.at:9    Libtool

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = blab02.math.utah.edu
uname -m = alpha
uname -r = 2.2.19-6.2.1
uname -s = Linux
uname -v = #1 Mon Apr 9 22:51:32 EDT 2001

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = alpha
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/usr/local/bin:/u/sy/beebe/bin/alpha:/usr/local/share/bin:/usr/bin/X11:/usr/local/plot79:/usr/sbin:/usr/bin:/bin:/sbin:/usr/local/etc:/usr/etc:/etc:/local/build/autoconf-2.50/tests:/u/sy/beebe/tex/bib

================================
Test suite for GNU Autoconf 2.50
================================
45. ./semantics.at:90: testing AC_CHECK_HEADERS...
./semantics.at:90: autoconf --autoconf-dir .. -l $at_srcdir -W obsolete
./semantics.at:90: autoheader --autoconf-dir .. -l $at_srcdir
./semantics.at:90: top_srcdir=$top_srcdir ./configure 
stdout:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for stdio.h... yes
checking for autoconf_io.h... no
configure: creating ./config.status
config.status: creating config.h
./semantics.at:90: cat state-env.after
./semantics.at:90: cat state-ls.after
./semantics.at:90: fgrep '#' config.h |
   egrep -v 'STDC_HEADERS|STDLIB|INTTYPES|MEMORY|STRING|UNISTD'
45. ./semantics.at:90: ok

57. ./acgeneral.at:9: testing AC_CANONICAL_TARGET...
./acgeneral.at:9: autoconf --autoconf-dir .. -l $at_srcdir -W obsolete
./acgeneral.at:9: autoheader --autoconf-dir .. -l $at_srcdir
./acgeneral.at:9: top_srcdir=$top_srcdir ./configure 
stdout:
checking build system type... alpha-unknown-linux-gnu
checking host system type... alpha-unknown-linux-gnu
checking target system type... alpha-unknown-linux-gnu
configure: creating ./config.status
config.status: creating config.h
./acgeneral.at:9: cat state-env.after
./acgeneral.at:9: cat state-ls.after
57. ./acgeneral.at:9: ok

124. ./actypes.at:17: testing AM_TYPE_PTRDIFF_T...
./actypes.at:17: autoconf --autoconf-dir .. -l $at_srcdir 
./actypes.at:17: autoheader --autoconf-dir .. -l $at_srcdir
./actypes.at:17: top_srcdir=$top_srcdir ./configure 
stdout:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for ptrdiff_t... yes
configure: creating ./config.status
config.status: creating config.h
./actypes.at:17: cat state-env.after
./actypes.at:17: cat state-ls.after
./actypes.at:17: autoupdate --version || exit 77
stderr:
stdout:
autoupdate (GNU Autoconf) 2.50
Written by David J. MacKenzie and Akim Demaille.

Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
./actypes.at:17: autoupdate --autoconf-dir $at_top_srcdir
./actypes.at:17: autoconf --autoconf-dir .. -l $at_srcdir 
./actypes.at:17: autoheader --autoconf-dir .. -l $at_srcdir
./actypes.at:17: top_srcdir=$top_srcdir ./configure 
stdout:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for ptrdiff_t... yes
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
./actypes.at:17: cat state-env.after
./actypes.at:17: cat state-ls.after
124. ./actypes.at:17: ok
===========================
All 3 tests were successful
===========================
------------------------------------------------------------------------
Apple Macintosh PPC G3  Darwin 1.3.3
...
 48: semantics.at:145  ok
 49: semantics.at:152  ok
 50: semantics.at:199  ok
 51: semantics.at:233  ok

[sh loop: ran for 2 hr 10 min, used 80MB RAM: ... process killed manually ...]

------------------------------------------------------------------------
Apple Macintosh PPC G3  Rhapsody 5.6
====================================
Test suite log for GNU Autoconf 2.50
====================================

/local/build/autoconf-2.50/ChangeLog :
| 2001-05-21  Akim Demaille  <address@hidden>
| 
|       Version 2.50.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 
|       * tests/tools.at: s/undefined macro/possibly undefined macro/.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 

Failed tests:
  97: aclang.at:11    AC_F77_WRAPPERS

Skipped tests:
   9: tools.at:413    autoupdate
  10: tools.at:447    autoupdating AC_LINK_FILES
  11: tools.at:474    autoupdating AC_PREREQ
  37: compile.at:169  AC_PROG_CPP without warnings
  38: compile.at:206  AC_PROG_CPP via CC
  61: acgeneral.at:15 AC_CHECKING
  62: acgeneral.at:16 AC_CHECK_TOOL_PREFIX
  63: acgeneral.at:17 AC_COMPILE_CHECK
  64: acgeneral.at:18 AC_ENABLE
  65: acgeneral.at:19 AC_HAVE_LIBRARY
  66: acgeneral.at:20 AC_OUTPUT_COMMANDS
  67: acgeneral.at:21 AC_VALIDATE_CACHED_SYSTEM_TUPLE
  68: acgeneral.at:22 AC_WITH
  84: acspecific.at:23 AC_ARG_ARRAY
  85: acspecific.at:24 AC_DECL_YYTEXT
  86: acspecific.at:25 AC_DYNIX_SEQ
  87: acspecific.at:26 AC_HAVE_POUNDBANG
  88: acspecific.at:27 AC_IRIX_SUN
  89: acspecific.at:28 AC_RSH
  90: acspecific.at:29 AC_SCO_INTL
  91: acspecific.at:30 AC_XENIX_DIR
 103: aclang.at:19    AC_C_CROSS
 104: aclang.at:20    AC_LANG_C
 105: aclang.at:21    AC_LANG_CPLUSPLUS
 106: aclang.at:22    AC_LANG_FORTRAN77
 107: aclang.at:23    AC_LANG_SAVE
 111: acheaders.at:11 AC_DIR_HEADER
 112: acheaders.at:12 AC_MEMORY_H
 113: acheaders.at:13 AC_UNISTD_H
 114: acheaders.at:14 AC_USG
 120: actypes.at:13   AC_INT_16_BITS
 121: actypes.at:14   AC_LONG_64_BITS
 122: actypes.at:15   AC_STRUCT_ST_BLKSIZE
 123: actypes.at:16   AC_STRUCT_ST_RDEV
 124: actypes.at:17   AM_TYPE_PTRDIFF_T

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = rhapsody.math.utah.edu
uname -m = Power Macintosh
uname -r = 5.6
uname -s = Rhapsody
uname -v = Kernel Release 5.6: Tue Aug  8 18:54:21 PDT 2000; 
root(rcbuilder):Objects/kernel-190.1.obj~4/RELEASE_PPC Copyright (c) 
1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved. 

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
         Kernel Release 5.6:
Tue Aug  8 18:54:21 PDT 2000; 
root(rcbuilder):Objects/kernel-190.1.obj~4/RELEASE_PPC
Copyright (c) 1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved.


Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc750 (PowerPC 750)
Processor active: 0
Primary memory available: 256.00 megabytes.
Default processor set: 65 tasks, 161 threads, 1 processors
Load average: 3.21, Mach factor: 0.23
unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/usr/local/bin:/usr/local/share/bin:/usr/sbin:/usr/bin:/bin:/sbin:/usr/local/etc:/etc:/local/build/autoconf-2.50/tests:/u/sy/beebe/tex/bib

================================
Test suite for GNU Autoconf 2.50
================================
97. ./aclang.at:11: testing AC_F77_WRAPPERS...
./aclang.at:11: autoconf --autoconf-dir .. -l $at_srcdir -W obsolete
./aclang.at:11: autoheader --autoconf-dir .. -l $at_srcdir
./aclang.at:11: top_srcdir=$top_srcdir ./configure 
--- /dev/null   Tue May 22 07:09:01 2001
+++ at-stderr   Tue May 22 07:09:02 2001
@@ -0,0 +1 @@
+configure: WARNING: cannot determine how to obtain linking information from f77
stdout:
checking for g77... no
checking for f77... f77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... yes
checking how to get verbose linking output from f77... 
checking for Fortran 77 libraries... 
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra 
underscore
configure: creating ./config.status
config.status: creating config.h
./aclang.at:11: config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.50.  Invocation command line was

  $ ./configure 

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = rhapsody.math.utah.edu
uname -m = Power Macintosh
uname -r = 5.6
uname -s = Rhapsody
uname -v = Kernel Release 5.6: Tue Aug  8 18:54:21 PDT 2000; 
root(rcbuilder):Objects/kernel-190.1.obj~4/RELEASE_PPC Copyright (c) 
1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved. 

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
         Kernel Release 5.6:
Tue Aug  8 18:54:21 PDT 2000; 
root(rcbuilder):Objects/kernel-190.1.obj~4/RELEASE_PPC
Copyright (c) 1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved.


Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc750 (PowerPC 750)
Processor active: 0
Primary memory available: 256.00 megabytes.
Default processor set: 69 tasks, 165 threads, 1 processors
Load average: 2.89, Mach factor: 0.28
unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/usr/local/bin:/usr/local/share/bin:/usr/sbin:/usr/bin:/bin:/sbin:/usr/local/etc:/etc:/local/build/autoconf-2.50/tests:/u/sy/beebe/tex/bib

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:887: PATH=".;."; conftest.sh
conftest.sh: not found
configure:890: $? = 127
configure:983: checking for g77
configure:1009: result: no
configure:983: checking for f77
configure:998: found /usr/local/bin/f77
configure:1006: result: f77
configure:1029: checking for Fortran 77 compiler default output
configure:1032: f77   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1035: $? = 0
configure:1058: result: a.out
configure:1063: checking whether the Fortran 77 compiler works
configure:1069: ./a.out
configure:1072: $? = 0
configure:1087: result: yes
configure:1094: checking whether we are cross compiling
configure:1096: result: no
configure:1099: checking for executable suffix
configure:1101: f77 -o conftest   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1104: $? = 0
configure:1126: result: 
configure:1132: checking for object suffix
configure:1143: f77 -c  conftest.f >&5
conftest.f:
   MAIN main:
configure:1146: $? = 0
configure:1165: result: o
configure:1173: checking whether we are using the GNU Fortran 77 compiler
configure:1187: f77 -c  conftest.F >&5
/usr/local/bin/f77: /lib/cpp: not found
configure:1190: $? = 127
configure: failed program was:
      program main
#ifndef __GNUC__
       choke me
#endif

      end
configure:1208: result: no
configure:1215: checking whether f77 accepts -g
configure:1227: f77 -c -g conftest.f >&5
conftest.f:
   MAIN main:
configure:1230: $? = 0
configure:1233: test -s conftest.o
configure:1236: $? = 0
configure:1247: result: yes
configure:1273: checking how to get verbose linking output from f77
configure:1285: f77 -c -g conftest.f >&5
conftest.f:
   MAIN main:
configure:1288: $? = 0
configure:1291: test -s conftest.o
configure:1294: $? = 0
configure:1316: f77 -o conftest -g -v  conftest.f  >&5
getopt: illegal option -- v
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g -verbose  conftest.f  >&5
getopt: illegal option -- v
getopt: illegal option -- e
getopt: illegal option -- r
getopt: illegal option -- b
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g --verbose  conftest.f  >&5
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g -V  conftest.f  >&5
getopt: illegal option -- V
conftest.f:
   MAIN main:
configure:1348: WARNING: cannot determine how to obtain linking information 
from f77
configure:1360: result: 
configure:1362: checking for Fortran 77 libraries
configure:1388: f77 -o conftest -g   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1543: result: 
configure:1596: checking for gcc
configure:1611: found /usr/local/bin/gcc
configure:1619: result: gcc
configure:1846: checking whether we are using the GNU C compiler
configure:1867: gcc -c   conftest.c >&5
configure:1870: $? = 0
configure:1873: test -s conftest.o
configure:1876: $? = 0
configure:1888: result: yes
configure:1894: checking whether gcc accepts -g
configure:1912: gcc -c -g  conftest.c >&5
configure:1915: $? = 0
configure:1918: test -s conftest.o
configure:1921: $? = 0
configure:1931: result: yes
configure:1958: gcc -c -g -O2  conftest.c >&5
conftest.c:2: undefined type, found `choke'
conftest.c:2: illegal external declaration, missing `;' after `me'
configure:1961: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2056: checking for Fortran 77 name-mangling scheme
configure:2074: f77 -c -g conftest.f >&5
conftest.f:
   foobar:
   foo_bar:
configure:2077: $? = 0
configure:2080: test -s conftest.o
configure:2083: $? = 0
configure:2120: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
/usr/bin/ld: Undefined symbols:
_foobar
configure:2123: $? = 1
configure: failed program was:
#line 2101 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char foobar ();
int
main ()
{
foobar ();
  ;
  return 0;
}
configure:2120: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
configure:2123: $? = 0
configure:2126: test -s conftest
configure:2129: $? = 0
configure:2175: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
/usr/bin/ld: Undefined symbols:
_foo_bar_
configure:2178: $? = 1
configure: failed program was:
#line 2156 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char foo_bar_ ();
int
main ()
{
foo_bar_ ();
  ;
  return 0;
}
configure:2175: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
configure:2178: $? = 0
configure:2181: test -s conftest
configure:2184: $? = 0
configure:2231: result: lower case, underscore, extra underscore
configure:2392: creating ./config.status

## ----------------------- ##
## Running config.status.  ##
## ----------------------- ##

This file was extended by config.status 2.50, executed with
  > ./config.status 
on rhapsody.math.utah.edu

config.status:2672: creating config.h

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_prog_ac_ct_F77='f77'
ac_cv_f77_compiler_gnu='no'
ac_cv_env_F77_value=''
ac_cv_prog_cc_g='yes'
ac_cv_env_LDFLAGS_set=''
ac_cv_c_compiler_gnu='yes'
ac_cv_env_CFLAGS_set=''
ac_cv_env_FFLAGS_set=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_host_alias_set=''
ac_cv_env_build_alias_set=''
ac_cv_prog_f77_g='yes'
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CC_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_F77_set=''
ac_cv_env_host_alias_value=''
ac_cv_f77_mangling='lower case, underscore, extra underscore'
ac_cv_flibs=''
ac_cv_env_build_alias_value=''
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_env_target_alias_value=''
ac_cv_prog_f77_v=''
ac_cv_env_CC_value=''
ac_cv_objext='o'

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## __


configure: exit 0
97. ./aclang.at:11: FAILED near `aclang.at:11'
------------------------------------------------------------------------
Intel Pentium III       GNU/Linux 2.2.17-14smp (Red Hat 6.2) (IA-64 emulator)

[This is the HP Native User Environment (NUE), which provides an
HP/Intel IA-64 UNIX-like environment on top of GNU/Linux on Intel
IA-32.]

====================================
Test suite log for GNU Autoconf 2.50
====================================

/local/build/autoconf-2.50/ChangeLog :
| 2001-05-21  Akim Demaille  <address@hidden>
| 
|       Version 2.50.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 
|       * tests/tools.at: s/undefined macro/possibly undefined macro/.
| 
| 2001-05-19  Akim Demaille  <address@hidden>
| 

Failed tests:
  97: aclang.at:11    AC_F77_WRAPPERS

Skipped tests:
 152: foreign.at:9    Libtool

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = uinta.math.utah.edu
uname -m = ia64
uname -r = 2.2.17-14smp
uname -s = Linux
uname -v = #1 SMP Mon Feb 5 18:40:03 EST 2001

/usr/bin/uname -p = unknown
/bin/uname -X     = 

/bin/arch              = ia64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/u/sy/beebe/bin:/u/sy/beebe/bin:/usr/local/bin:/u/sy/beebe/bin:/usr/bin/X11:/usr/sbin:/usr/bin:/bin:/sbin:/etc:/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50/tests:/usr/local/bin:/etc:/usr/local/bin:/etc

================================
Test suite for GNU Autoconf 2.50
================================
97. ./aclang.at:11: testing AC_F77_WRAPPERS...
./aclang.at:11: autoconf --autoconf-dir .. -l $at_srcdir -W obsolete
./aclang.at:11: autoheader --autoconf-dir .. -l $at_srcdir
./aclang.at:11: top_srcdir=$top_srcdir ./configure 
--- /dev/null   Tue May  5 14:32:27 1998
+++ at-stderr   Wed May 23 10:20:35 2001
@@ -0,0 +1 @@
+configure: WARNING: cannot determine how to obtain linking information from f77
stdout:
checking for g77... no
checking for f77... f77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... yes
checking how to get verbose linking output from f77... 
checking for Fortran 77 libraries... 
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra 
underscore
configure: creating ./config.status
config.status: creating config.h
./aclang.at:11: config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.50.  Invocation command line was

  $ ./configure 

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = uinta.math.utah.edu
uname -m = ia64
uname -r = 2.2.17-14smp
uname -s = Linux
uname -v = #1 SMP Mon Feb 5 18:40:03 EST 2001

/usr/bin/uname -p = unknown
/bin/uname -X     = 

/bin/arch              = ia64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = 
/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50:/u/sy/beebe/bin:/u/sy/beebe/bin:/usr/local/bin:/u/sy/beebe/bin:/usr/bin/X11:/usr/sbin:/usr/bin:/bin:/sbin:/etc:/local/build/autoconf-2.50/tests:/local/build/autoconf-2.50/tests:/usr/local/bin:/etc:/usr/local/bin:/etc

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:887: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:890: $? = 127
configure:983: checking for g77
configure:1009: result: no
configure:983: checking for f77
configure:998: found /usr/local/bin/f77
configure:1006: result: f77
configure:1029: checking for Fortran 77 compiler default output
configure:1032: f77   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1035: $? = 0
configure:1058: result: a.out
configure:1063: checking whether the Fortran 77 compiler works
configure:1069: ./a.out
configure:1072: $? = 0
configure:1087: result: yes
configure:1094: checking whether we are cross compiling
configure:1096: result: no
configure:1099: checking for executable suffix
configure:1101: f77 -o conftest   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1104: $? = 0
configure:1126: result: 
configure:1132: checking for object suffix
configure:1143: f77 -c  conftest.f >&5
conftest.f:
   MAIN main:
configure:1146: $? = 0
configure:1165: result: o
configure:1173: checking whether we are using the GNU Fortran 77 compiler
configure:1187: f77 -c  conftest.F >&5
   MAIN main:
Error on line 3 of conftest.F: unclassifiable statement (starts "chokeme")
configure:1190: $? = 1
configure: failed program was:
      program main
#ifndef __GNUC__
       choke me
#endif

      end
configure:1208: result: no
configure:1215: checking whether f77 accepts -g
configure:1227: f77 -c -g conftest.f >&5
conftest.f:
   MAIN main:
configure:1230: $? = 0
configure:1233: test -s conftest.o
configure:1236: $? = 0
configure:1247: result: yes
configure:1273: checking how to get verbose linking output from f77
configure:1285: f77 -c -g conftest.f >&5
conftest.f:
   MAIN main:
configure:1288: $? = 0
configure:1291: test -s conftest.o
configure:1294: $? = 0
configure:1316: f77 -o conftest -g -v  conftest.f  >&5
getopt: invalid option -- v
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g -verbose  conftest.f  >&5
getopt: invalid option -- v
getopt: invalid option -- e
getopt: invalid option -- r
getopt: invalid option -- b
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g --verbose  conftest.f  >&5
getopt: unrecognized option `--verbose'
conftest.f:
   MAIN main:
configure:1316: f77 -o conftest -g -V  conftest.f  >&5
getopt: invalid option -- V
conftest.f:
   MAIN main:
configure:1348: WARNING: cannot determine how to obtain linking information 
from f77
configure:1360: result: 
configure:1362: checking for Fortran 77 libraries
configure:1388: f77 -o conftest -g   conftest.f  >&5
conftest.f:
   MAIN main:
configure:1543: result: 
configure:1596: checking for gcc
configure:1611: found /usr/bin/gcc
configure:1619: result: gcc
configure:1846: checking whether we are using the GNU C compiler
configure:1867: gcc -c   conftest.c >&5
configure:1870: $? = 0
configure:1873: test -s conftest.o
configure:1876: $? = 0
configure:1888: result: yes
configure:1894: checking whether gcc accepts -g
configure:1912: gcc -c -g  conftest.c >&5
configure:1915: $? = 0
configure:1918: test -s conftest.o
configure:1921: $? = 0
configure:1931: result: yes
configure:1958: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:1961: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2056: checking for Fortran 77 name-mangling scheme
configure:2074: f77 -c -g conftest.f >&5
conftest.f:
   foobar:
   foo_bar:
configure:2077: $? = 0
configure:2080: test -s conftest.o
configure:2083: $? = 0
configure:2120: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
/tmp/cctsfre4.o:/local/build/autoconf-2.50/tests/configure:2113: undefined 
reference to `foobar'
collect2: ld returned 1 exit status
configure:2123: $? = 1
configure: failed program was:
#line 2101 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char foobar ();
int
main ()
{
foobar ();
  ;
  return 0;
}
configure:2120: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
configure:2123: $? = 0
configure:2126: test -s conftest
configure:2129: $? = 0
configure:2175: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
/tmp/ccO6e9RQ.o:/local/build/autoconf-2.50/tests/configure:2168: undefined 
reference to `foo_bar_'
collect2: ld returned 1 exit status
configure:2178: $? = 1
configure: failed program was:
#line 2156 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char foo_bar_ ();
int
main ()
{
foo_bar_ ();
  ;
  return 0;
}
configure:2175: gcc -o conftest -g -O2   conftest.c cf77_test.o   >&5
configure:2178: $? = 0
configure:2181: test -s conftest
configure:2184: $? = 0
configure:2231: result: lower case, underscore, extra underscore
configure:2392: creating ./config.status

## ----------------------- ##
## Running config.status.  ##
## ----------------------- ##

This file was extended by config.status 2.50, executed with
  > ./config.status 
on uinta.math.utah.edu

config.status:2672: creating config.h

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_c_compiler_gnu='yes'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_F77_set=''
ac_cv_env_F77_value=''
ac_cv_env_FFLAGS_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_f77_compiler_gnu='no'
ac_cv_f77_mangling='lower case, underscore, extra underscore'
ac_cv_flibs=''
ac_cv_objext='o'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_F77='f77'
ac_cv_prog_cc_g='yes'
ac_cv_prog_f77_g='yes'
ac_cv_prog_f77_v=''

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## __


configure: exit 0
97. ./aclang.at:11: FAILED near `aclang.at:11'
------------------------------------------------------------------------

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 322 INSCC      address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



reply via email to

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