bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.57a (Was: [GNU Autoconf 2.57] testsuite: 64 65 66 67 fail


From: Akim Demaille
Subject: Re: Autoconf 2.57a (Was: [GNU Autoconf 2.57] testsuite: 64 65 66 67 failed - Solaris 9/Intel)
Date: Fri, 20 Jun 2003 14:50:12 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Thanks for the report!  

Autoconf 2.57a has just been released, and it should address the bugs
you reported below.  Please, download the beta at one of the URL
below, and run its test suite.  If it still fails, please report of
the failures to <address@hidden>.  Thanks in advance!

Autoconf 2.57a is released.  It mainly addresses bugs of 2.57.

  http://www.lrde.epita.fr/~akim/download/autoconf-2.57a.tar.gz   (1,1 MB)
  http://www.lrde.epita.fr/~akim/download/autoconf-2.57a.tar.bz2  (825 KB)

Here are the MD5 and SHA1 signatures:

3a1bbd76575456f85685ef09e32b486e  autoconf-2.57a.tar.gz
61297397b9c5740132c34e32d7967ac1  autoconf-2.57a.tar.bz2
cbfa4073c5cbde790ac39b22ff91ef710c53c173  autoconf-2.57a.tar.gz
4e52efa66c9f8368d2d78eb73ddb56f64503b76b  autoconf-2.57a.tar.bz2

NEWS:

** New macros
  AC_C_RESTRICT, AC_INCLUDES_DEFAULT.

** AC_DECL_SYS_SIGLIST
  Works again.

** AC_FUNC_MKTIME
  Now checks that mktime is the inverse of localtime.

** Improve DJGPP portability
  The Autoconf tools and configure behave better under DJGPP.

** Present But Cannot Be Compiled
  New FAQ section dedicated to the mystic

    configure: WARNING: pi.h: present but cannot be compiled
    configure: WARNING: pi.h: check for missing prerequisite headers?
    configure: WARNING: pi.h: proceeding with the preprocessor's result
      messages.

** Concurrent executions of autom4te
  autom4te now locks its internal files, which enables concurrent
  executions of autom4te, likely to happen if automake, autoconf,
  autoheader etc. are run simultaneously.

** Libtool
  Use of Libtool 1.5 and higher is encouraged.  Compatibility with
  Libtool pre-1.4 is not checked.

** Autotest
  Testsuites no longer rerun failed tests in verbose mode; instead,
  failures are logged while the test is run.

  In addition, expected failures can be marked as such.

---------------------------------------------------------------------- 

BTW....'LD_LIBRARY_PATH=/usr/local/lib make check' works

how else do i work around this?

i also tried the following without success
./configure LIBS="-R/usr/local/lib -L/usr/local/lib"


address@hidden

===========================================

$ make check
Making check in bin
make[1]: Entering directory `/tmp/autoconf-2.57/bin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/tmp/autoconf-2.57/bin'
Making check in tests
make[1]: Entering directory `/tmp/autoconf-2.57/tests'
make  autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
make[2]: Entering directory `/tmp/autoconf-2.57/tests'
make[2]: `autoconf' is up to date.
make[2]: `autoheader' is up to date.
make[2]: `autoreconf' is up to date.
make[2]: `autom4te' is up to date.
make[2]: `autoscan' is up to date.
make[2]: `autoupdate' is up to date.
make[2]: `ifnames' is up to date.
make[2]: Leaving directory `/tmp/autoconf-2.57/tests'
make  check-local
make[2]: Entering directory `/tmp/autoconf-2.57/tests'
./autom4te --language=autotest -I . suite.at -o testsuite.tmp
mv testsuite.tmp testsuite
/bin/ksh ./testsuite
## ----------------------------- ##
## GNU Autoconf 2.57 test suite. ##
## ----------------------------- ##

Executables (autoheader, autoupdate...).

  1: tools.at:47       ok
  2: tools.at:92       ok
  3: tools.at:118      ok
  4: tools.at:155      ok
  5: tools.at:244      ok
  6: tools.at:275      ok
  7: tools.at:303      ok
  8: tools.at:349      ok
  9: tools.at:397      ok
 10: tools.at:529      ok
 11: tools.at:561      ok
 12: tools.at:588      ok

M4sugar.

 13: m4sugar.at:35     ok
 14: m4sugar.at:77     ok
 15: m4sugar.at:115    ok

M4sh.

 16: m4sh.at:29        ok
 17: m4sh.at:105       ok
 18: m4sh.at:166       ok
 19: m4sh.at:223       ok
 20: m4sh.at:256       ok
 21: m4sh.at:286       ok
 22: m4sh.at:328       ok

Autoconf base layer.

 23: base.at:29        ok
 24: base.at:71        ok
 25: base.at:115       ok
 26: base.at:158       ok
 27: base.at:190       ok
 28: base.at:209       ok

Testing config.status.

 29: torture.at:30     ok
 30: torture.at:37     ok
 31: torture.at:84     ok
 32: torture.at:127    ok
 33: torture.at:211    ok
 34: torture.at:242    ok
 35: torture.at:279    ok
 36: torture.at:373    ok
 37: torture.at:482    ok
 38: torture.at:522    ok
 39: torture.at:558    ok (skipped near `torture.at:562')
 40: torture.at:650    ok (skipped near `torture.at:654')

Low level compiling/preprocessing macros.

 41: compile.at:32     ok
 42: compile.at:78     ok
 43: compile.at:114    ok
 44: compile.at:151    ok

Testing autoconf/lang macros.

 45: aclang.at:7       ok
 46: aclang.at:8       ok
 47: aclang.at:11      ok

C low level compiling/preprocessing macros.

 48: c.at:47           ok
 49: c.at:59           ok
 50: c.at:87           ok
 51: c.at:100          ok
 52: c.at:111          ok
 53: c.at:141          ok
 54: c.at:178          ok

Testing autoconf/c macros.

 55: acc.at:7          ok
 56: acc.at:8          ok
 57: acc.at:9          ok
 58: acc.at:10         ok
 59: acc.at:11         ok
 60: acc.at:12         ok
 61: acc.at:13         ok
 62: acc.at:16         ok
 63: acc.at:17         ok

Fortran low level compiling/preprocessing macros.

 64: fortran.at:51     FAILED near `fortran.at:51'

Testing autoconf/fortran macros.

 65: acfortran.at:7    FAILED near `acfortran.at:7'
 66: acfortran.at:8    FAILED near `acfortran.at:8'
 67: acfortran.at:9    FAILED near `acfortran.at:9'
 68: acfortran.at:12   ok

Semantics.

 69: semantics.at:73   ok
 70: semantics.at:86   ok
 71: semantics.at:98   ok
 72: semantics.at:106  ok
 73: semantics.at:141  ok
 74: semantics.at:154  ok
 75: semantics.at:171  ok
 76: semantics.at:189  ok
 77: semantics.at:205  ok
 78: semantics.at:212  ok
 79: semantics.at:257  ok
 80: semantics.at:291  ok
 81: semantics.at:340  ok
 82: semantics.at:377  ok
 83: semantics.at:421  ok
 84: semantics.at:439  ok
 85: semantics.at:440  ok

Testing autoconf/general macros.

 86: acgeneral.at:7    ok
 87: acgeneral.at:8    ok
 88: acgeneral.at:9    ok
 89: acgeneral.at:10   ok
 90: acgeneral.at:11   ok
 91: acgeneral.at:12   ok
 92: acgeneral.at:13   ok
 93: acgeneral.at:16   ok
 94: acgeneral.at:17   ok
 95: acgeneral.at:18   ok
 96: acgeneral.at:19   ok
 97: acgeneral.at:20   ok
 98: acgeneral.at:21   ok
 99: acgeneral.at:22   ok
100: acgeneral.at:23   ok
101: acgeneral.at:24   ok

Testing autoconf/status macros.

102: acstatus.at:9     ok

Testing autoconf/specific macros.

103: acspecific.at:7   ok
104: acspecific.at:8   ok
105: acspecific.at:9   ok
106: acspecific.at:10  ok
107: acspecific.at:11  ok
108: acspecific.at:12  ok
109: acspecific.at:13  ok
110: acspecific.at:16  ok
111: acspecific.at:17  ok
112: acspecific.at:18  ok
113: acspecific.at:19  ok
114: acspecific.at:20  ok
115: acspecific.at:21  ok
116: acspecific.at:22  ok

Testing autoconf/programs macros.

117: acprograms.at:7   ok
118: acprograms.at:8   ok
119: acprograms.at:9   ok
120: acprograms.at:10  ok
121: acprograms.at:11  ok
122: acprograms.at:12  ok
123: acprograms.at:13  ok
124: acprograms.at:14  ok
125: acprograms.at:17  ok
126: acprograms.at:18  ok
127: acprograms.at:19  ok

Testing autoconf/headers macros.

128: acheaders.at:7    ok
129: acheaders.at:8    ok
130: acheaders.at:9    ok
131: acheaders.at:10   ok
132: acheaders.at:13   ok
133: acheaders.at:14   ok
134: acheaders.at:15   ok
135: acheaders.at:16   ok

Testing autoconf/types macros.

136: actypes.at:7      ok
137: actypes.at:8      ok
138: actypes.at:9      ok
139: actypes.at:10     ok
140: actypes.at:11     ok
141: actypes.at:14     ok
142: actypes.at:15     ok
143: actypes.at:16     ok
144: actypes.at:17     ok
145: actypes.at:18     ok

Testing autoconf/functions macros.

146: acfunctions.at:7  ok
147: acfunctions.at:8  ok
148: acfunctions.at:9  ok
149: acfunctions.at:10 ok
150: acfunctions.at:11 ok
151: acfunctions.at:12 ok
152: acfunctions.at:13 ok
153: acfunctions.at:14 ok
154: acfunctions.at:15 ok
155: acfunctions.at:16 ok
156: acfunctions.at:17 ok
157: acfunctions.at:18 ok
158: acfunctions.at:19 ok
159: acfunctions.at:20 ok
160: acfunctions.at:21 ok
161: acfunctions.at:22 ok
162: acfunctions.at:23 ok
163: acfunctions.at:24 ok
164: acfunctions.at:25 ok
165: acfunctions.at:26 ok
166: acfunctions.at:27 ok
167: acfunctions.at:28 ok
168: acfunctions.at:29 ok
169: acfunctions.at:30 ok
170: acfunctions.at:31 ok
171: acfunctions.at:32 ok
172: acfunctions.at:33 ok

Testing autoconf/libs macros.

173: aclibs.at:9       ok

Compatibility with other tools.

174: foreign.at:27     ok (skipped near `foreign.at:31')
## ------------------------------------------------- ##
## ERROR: Suite unsuccessful, 4 of 174 tests failed. ##
## ------------------------------------------------- ##
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

Now, failed tests will be executed again, verbosely, and logged
in the file testsuite.log.
## ----------------------------- ##
## GNU Autoconf 2.57 test suite. ##
## ----------------------------- ##
64. fortran.at:51: testing GNU Fortran 77...
fortran.at:51: autoconf -W obsolete
No differences encountered
No differences encountered
fortran.at:51: autoheader
No differences encountered
No differences encountered
fortran.at:51: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Fri Mar 28 16:39:53 2003
+++ /tmp/autoconf-2.57/tests/testsuite.dir/at-stderr    Fri Mar 28 16:39:53
2003
@@ -1,0 +1,3 @@
+configure: error: cannot run Fortran 77 compiled programs.
+If you meant to cross compile, use `--host'.
+See `config.log' for more details.
stdout:
checking for g77... g77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... fortran.at:51: exit code
was 1, expected 0
./../../fortran.at:51: 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.57.  Invocation command line was

  $ ./configure

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

hostname = assembly
uname -m = i86pc
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112234-03

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = assembly
Release = 5.9
KernelID = Generic_112234-03
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /tmp/autoconf-2.57/tests
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/ccs/bin
PATH: /etc


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

configure:1296: checking for g77
configure:1312: found /usr/local/bin/g77
configure:1322: result: g77
configure:1337: checking for Fortran 77 compiler version
configure:1340: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.2) 3.2.2 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:1343: $? = 0
configure:1345: g77 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.2.2/specs
Configured with:
../configure --disable-nls --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/
as
Thread model: posix
gcc version 3.2.2
configure:1348: $? = 0
configure:1350: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:1353: $? = 1
configure:1366: checking for Fortran 77 compiler default output
configure:1369: g77   conftest.f  >&5
configure:1372: $? = 0
configure:1418: result: a.out
configure:1423: checking whether the Fortran 77 compiler works
configure:1429: ./a.out
ld.so.1: ./a.out: fatal: libg2c.so.0: open failed: No such file or directory
./configure[1430]: 20220 Killed
configure:1432: $? = 137
configure:1439: error: cannot run Fortran 77 compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

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

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_exeext=''
ac_cv_prog_ac_ct_F77=g77

## ----------------- ##
## Output variables. ##
## ----------------- ##

DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EXEEXT=''
F77='g77'
FFLAGS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/ksh'
ac_ct_F77='g77'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1
64. fortran.at:51: FAILED near `fortran.at:51'

65. acfortran.at:7: testing AC_F77_MAIN...
acfortran.at:7: autoconf -W obsolete
No differences encountered
No differences encountered
acfortran.at:7: autoheader
No differences encountered
No differences encountered
acfortran.at:7: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Fri Mar 28 16:39:59 2003
+++ /tmp/autoconf-2.57/tests/testsuite.dir/at-stderr    Fri Mar 28 16:39:59
2003
@@ -1,0 +1,3 @@
+configure: error: cannot run Fortran 77 compiled programs.
+If you meant to cross compile, use `--host'.
+See `config.log' for more details.
stdout:
checking for g77... g77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... acfortran.at:7: exit code
was 1, expected 0
./../../acfortran.at:7: 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.57.  Invocation command line was

  $ ./configure

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

hostname = assembly
uname -m = i86pc
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112234-03

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = assembly
Release = 5.9
KernelID = Generic_112234-03
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /tmp/autoconf-2.57/tests
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/ccs/bin
PATH: /etc


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

configure:1307: checking for g77
configure:1323: found /usr/local/bin/g77
configure:1333: result: g77
configure:1348: checking for Fortran 77 compiler version
configure:1351: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.2) 3.2.2 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:1354: $? = 0
configure:1356: g77 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.2.2/specs
Configured with:
../configure --disable-nls --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/
as
Thread model: posix
gcc version 3.2.2
configure:1359: $? = 0
configure:1361: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:1364: $? = 1
configure:1377: checking for Fortran 77 compiler default output
configure:1380: g77   conftest.f  >&5
configure:1383: $? = 0
configure:1429: result: a.out
configure:1434: checking whether the Fortran 77 compiler works
configure:1440: ./a.out
ld.so.1: ./a.out: fatal: libg2c.so.0: open failed: No such file or directory
./configure[1441]: 20588 Killed
configure:1443: $? = 137
configure:1450: error: cannot run Fortran 77 compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

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

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_exeext=''
ac_cv_prog_ac_ct_F77=g77

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC=''
CFLAGS=''
CPPFLAGS=''
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EXEEXT=''
F77='g77'
FFLAGS=''
FLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/ksh'
ac_ct_CC=''
ac_ct_F77='g77'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1
65. acfortran.at:7: FAILED near `acfortran.at:7'

66. acfortran.at:8: testing AC_F77_WRAPPERS...
acfortran.at:8: autoconf -W obsolete
No differences encountered
No differences encountered
acfortran.at:8: autoheader
No differences encountered
No differences encountered
acfortran.at:8: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Fri Mar 28 16:40:05 2003
+++ /tmp/autoconf-2.57/tests/testsuite.dir/at-stderr    Fri Mar 28 16:40:05
2003
@@ -1,0 +1,3 @@
+configure: error: cannot run Fortran 77 compiled programs.
+If you meant to cross compile, use `--host'.
+See `config.log' for more details.
stdout:
checking for g77... g77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... acfortran.at:8: exit code
was 1, expected 0
./../../acfortran.at:8: 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.57.  Invocation command line was

  $ ./configure

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

hostname = assembly
uname -m = i86pc
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112234-03

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = assembly
Release = 5.9
KernelID = Generic_112234-03
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /tmp/autoconf-2.57/tests
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/ccs/bin
PATH: /etc


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

configure:1307: checking for g77
configure:1323: found /usr/local/bin/g77
configure:1333: result: g77
configure:1348: checking for Fortran 77 compiler version
configure:1351: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.2) 3.2.2 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:1354: $? = 0
configure:1356: g77 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.2.2/specs
Configured with:
../configure --disable-nls --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/
as
Thread model: posix
gcc version 3.2.2
configure:1359: $? = 0
configure:1361: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:1364: $? = 1
configure:1377: checking for Fortran 77 compiler default output
configure:1380: g77   conftest.f  >&5
configure:1383: $? = 0
configure:1429: result: a.out
configure:1434: checking whether the Fortran 77 compiler works
configure:1440: ./a.out
ld.so.1: ./a.out: fatal: libg2c.so.0: open failed: No such file or directory
./configure[1441]: 20956 Killed
configure:1443: $? = 137
configure:1450: error: cannot run Fortran 77 compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

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

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_exeext=''
ac_cv_prog_ac_ct_F77=g77

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC=''
CFLAGS=''
CPPFLAGS=''
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EXEEXT=''
F77='g77'
FFLAGS=''
FLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/ksh'
ac_ct_CC=''
ac_ct_F77='g77'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1
66. acfortran.at:8: FAILED near `acfortran.at:8'

67. acfortran.at:9: testing AC_PROG_F77_C_O...
acfortran.at:9: autoconf -W obsolete
No differences encountered
No differences encountered
acfortran.at:9: autoheader
No differences encountered
No differences encountered
acfortran.at:9: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Fri Mar 28 16:40:10 2003
+++ /tmp/autoconf-2.57/tests/testsuite.dir/at-stderr    Fri Mar 28 16:40:10
2003
@@ -1,0 +1,3 @@
+configure: error: cannot run Fortran 77 compiled programs.
+If you meant to cross compile, use `--host'.
+See `config.log' for more details.
stdout:
checking for g77... g77
checking for Fortran 77 compiler default output... a.out
checking whether the Fortran 77 compiler works... acfortran.at:9: exit code
was 1, expected 0
./../../acfortran.at:9: 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.57.  Invocation command line was

  $ ./configure

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

hostname = assembly
uname -m = i86pc
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112234-03

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = assembly
Release = 5.9
KernelID = Generic_112234-03
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /tmp/autoconf-2.57/tests
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/ccs/bin
PATH: /etc


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

configure:1291: checking for g77
configure:1307: found /usr/local/bin/g77
configure:1317: result: g77
configure:1332: checking for Fortran 77 compiler version
configure:1335: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.2) 3.2.2 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:1338: $? = 0
configure:1340: g77 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.2.2/specs
Configured with:
../configure --disable-nls --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/
as
Thread model: posix
gcc version 3.2.2
configure:1343: $? = 0
configure:1345: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:1348: $? = 1
configure:1361: checking for Fortran 77 compiler default output
configure:1364: g77   conftest.f  >&5
configure:1367: $? = 0
configure:1413: result: a.out
configure:1418: checking whether the Fortran 77 compiler works
configure:1424: ./a.out
ld.so.1: ./a.out: fatal: libg2c.so.0: open failed: No such file or directory
./configure[1425]: 21324 Killed
configure:1427: $? = 137
configure:1434: error: cannot run Fortran 77 compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

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

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_exeext=''
ac_cv_prog_ac_ct_F77=g77

## ----------------- ##
## Output variables. ##
## ----------------- ##

DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EXEEXT=''
F77='g77'
FFLAGS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/ksh'
ac_ct_F77='g77'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1
67. acfortran.at:9: FAILED near `acfortran.at:9'
## ------------------------- ##
## testsuite.log is created. ##
## ------------------------- ##

Please send `testsuite.log' and all information you think might help:

   To: <address@hidden>
   Subject: [GNU Autoconf 2.57] testsuite: 64 65 66 67 failed

make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/tmp/autoconf-2.57/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/autoconf-2.57/tests'
make: *** [check-recursive] Error 1
$


$ ls /usr/local/lib
charset.alias       libgcc_s.so.1       libstdc++.a
gcc-lib             libgcj.a            libstdc++.la
libfl.a             libgcj.la           libstdc++.so
libfrtbegin.a       libgcj.so           libstdc++.so.5
libg2c.a            libgcj.so.3         libstdc++.so.5.0.2
libg2c.la           libgcj.so.3.0.0     libsupc++.a
libg2c.so           libgcj.spec         libsupc++.la
libg2c.so.0         libiberty.a         liby.a
libg2c.so.0.0.0     libobjc.a           locale
libgcc_s.so         libobjc.la          security
$








reply via email to

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