==================================== Test suite log for GNU Autoconf 2.52 ==================================== /software/autoconf-2.52/src/ChangeLog : | 2001-07-18 Akim Demaille | | Version 2.52. | | 2001-07-18 Akim Demaille | | The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN | was run, while they are needed also when it is expanded. | Reported by Nicolas Joly. | Failed tests: 43: semantics.at:58 AC_CHECK_LIB Skipped tests: 155: foreign.at:9 Libtool ## ---------- ## ## Platform. ## ## ---------- ## hostname = iaddev uname -m = 3441 uname -r = 4.0 uname -s = UNIX_SV uname -v = 3.0 /usr/bin/uname -p = Pentium II(TM)-ISA/PCI /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /software/autoconf-2.52/src/tests:/software/autoconf-2.52/src:/software/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/software/local/pkgs/bin:/usr/bin/X11 ================================ Test suite for GNU Autoconf 2.52 ================================ 43. ./semantics.at:58: testing AC_CHECK_LIB... ./semantics.at:58: autoconf --autoconf-dir .. -l $at_srcdir -W obsolete ./semantics.at:58: autoheader --autoconf-dir .. -l $at_srcdir ./semantics.at:58: top_srcdir=$top_srcdir ./configure --- /dev/null Mon Jan 21 12:01:12 2002 +++ at-stderr Mon Jan 21 12:01:14 2002 @@ -0,0 +1 @@ +configure: error: cannot find `acos' in `$ac_m' (= `m') 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 for cos in -lm... yes checking for sin in -lm... yes checking for acos in -lm... no ./semantics.at:58: exit code was 1, expected 0 ./semantics.at:58: 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.52. Invocation command line was $ ./configure ## ---------- ## ## Platform. ## ## ---------- ## hostname = iaddev uname -m = 3441 uname -r = 4.0 uname -s = UNIX_SV uname -v = 3.0 /usr/bin/uname -p = Pentium II(TM)-ISA/PCI /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /software/autoconf-2.52/src/tests:/software/autoconf-2.52/src:/software/autoconf-2.52/src/tests:/software/autoconf-2.52/src:/software/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/software/local/pkgs/bin:/usr/bin/X11 ## ------------ ## ## Core tests. ## ## ------------ ## configure:902: PATH=".;."; conftest.sh UX:sh (./configure): ERROR: conftest.sh: not found configure:905: $? = 1 configure:993: checking for gcc configure:1008: found /software/bin/gcc configure:1016: result: gcc configure:1244: checking for C compiler version configure:1247: gcc --version &5 egcs-2.91.57 configure:1250: $? = 0 configure:1252: gcc -v &5 Reading specs from /software/egcs-1.1b/lib/gcc-lib/i586-ncr-sysv4.3.03/egcs-2.91.57/specs gcc version egcs-2.91.57 19980901 (egcs-1.1 release) configure:1255: $? = 0 configure:1257: gcc -V &5 gcc: argument to `-V' is missing configure:1260: $? = 1 configure:1280: checking for C compiler default output configure:1283: gcc conftest.c >&5 configure:1286: $? = 0 configure:1315: result: a.out configure:1320: checking whether the C compiler works configure:1326: ./a.out configure:1329: $? = 0 configure:1344: result: yes configure:1351: checking whether we are cross compiling configure:1353: result: no configure:1356: checking for executable suffix configure:1358: gcc -o conftest conftest.c >&5 configure:1361: $? = 0 configure:1383: result: configure:1389: checking for object suffix configure:1407: gcc -c conftest.c >&5 configure:1410: $? = 0 configure:1429: result: o configure:1433: checking whether we are using the GNU C compiler configure:1454: gcc -c conftest.c >&5 configure:1457: $? = 0 configure:1460: test -s conftest.o configure:1463: $? = 0 configure:1475: result: yes configure:1481: checking whether gcc accepts -g configure:1499: gcc -c -g conftest.c >&5 configure:1502: $? = 0 configure:1505: test -s conftest.o configure:1508: $? = 0 configure:1518: result: yes configure:1545: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:1548: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:1666: gcc -o conftest -g -O2 conftest.c >&5 configure:1655: warning: conflicting types for built-in function `cos' Undefined first referenced symbol in file cos /var/tmp/ccJLHIOr.o UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:1669: $? = 1 configure: failed program was: #line 1647 "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 cos (); int main () { cos (); ; return 0; } configure:1686: checking for cos in -lm configure:1713: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:1702: warning: conflicting types for built-in function `cos' configure:1716: $? = 0 configure:1719: test -s conftest configure:1722: $? = 0 configure:1733: result: yes configure:1752: checking for sin in -lm configure:1779: gcc -o conftest -g -O2 conftest.c -lm -lm >&5 configure:1768: warning: conflicting types for built-in function `sin' configure:1782: $? = 0 configure:1785: test -s conftest configure:1788: $? = 0 configure:1799: result: yes configure:1817: checking for acos in -lm configure:1844: gcc -o conftest -g -O2 conftest.c -lm -lm -lm >&5 Undefined first referenced symbol in file _mwvalidcheckl /usr/ccs/lib/libm.a(asin.o) UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:1847: $? = 1 configure: failed program was: #line 1825 "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 acos (); int main () { acos (); ; return 0; } configure:1864: result: no configure:1874: error: cannot find `acos' in `$ac_m' (= `m') ## ----------------- ## ## 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_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_lib_m___acos='no' ac_cv_lib_m_cos='yes' ac_cv_lib_m_sin='yes' ac_cv_objext='o' ac_cv_prog_ac_ct_CC='gcc' ac_cv_prog_cc_g='yes' ## ------------ ## ## confdefs.h. ## ## ------------ ## #define HAVE_LIBM 1 #define HAVE_LIBM 1 configure: exit 1 43. ./semantics.at:58: FAILED near `semantics.at:58'