bug-autoconf
[Top][All Lists]
Advanced

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

Re: 2.57c: Failure on Fortran


From: Akim Demaille
Subject: Re: 2.57c: Failure on Fortran
Date: Tue, 09 Sep 2003 14:48:18 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

 > Test  70: acfortran.at:11    AC_FC_SRCEXT
 > No idea.

It looks like this bug report was overlooked.  I don't know what's
supposed to happen here:

(this is testsuite.dir/070/testsuite.log)

70. acfortran.at:11: testing ...
acfortran.at:11: autoconf -W obsolete
acfortran.at:11: autoheader 
acfortran.at:11: top_srcdir=$abs_top_srcdir ./configure 
--- /dev/null   2003-08-25 08:58:39.000000000 +0200
+++ /home/akim/src/ace/tests/testsuite.dir/at-stderr    2003-09-09 
14:14:48.000000000 +0200
@@ -0,0 +1 @@
+configure: error: Fortran could not compile . files
stdout:
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for g95... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for g77... g77
checking for Fortran compiler default output file name... a.out
checking whether the Fortran compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether g77 accepts -g... yes
checking for Fortran flag to compile . files... unknown
./../../acfortran.at:11: config.log
acfortran.at:11: exit code was 1, expected 0
> 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.57c.  Invocation command line was
> 
>   $ ./configure 
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = nostromo
> uname -m = i686
> uname -r = 2.4.21
> uname -s = Linux
> uname -v = #1 ven aoĆ» 22 10:53:05 CEST 2003
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /home/akim/src/ace/tests
> PATH: /home/akim/bin
> PATH: /home/lrde/lrde/usr/bin
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/bin/X11
> PATH: /usr/games
> PATH: /usr/X11R6/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1289: checking for f95
> configure:1318: result: no
> configure:1289: checking for fort
> configure:1318: result: no
> configure:1289: checking for xlf95
> configure:1318: result: no
> configure:1289: checking for ifc
> configure:1318: result: no
> configure:1289: checking for efc
> configure:1318: result: no
> configure:1289: checking for pgf95
> configure:1318: result: no
> configure:1289: checking for lf95
> configure:1318: result: no
> configure:1289: checking for g95
> configure:1318: result: no
> configure:1289: checking for f90
> configure:1318: result: no
> configure:1289: checking for xlf90
> configure:1318: result: no
> configure:1289: checking for pgf90
> configure:1318: result: no
> configure:1289: checking for epcf90
> configure:1318: result: no
> configure:1289: checking for g77
> configure:1305: found /usr/bin/g77
> configure:1315: result: g77
> configure:1330: checking for Fortran compiler version
> configure:1333: g77 --version </dev/null >&5
> GNU Fortran (GCC) 3.3.2 20030831 (Debian prerelease)
> 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:1336: $? = 0
> configure:1338: g77 -v </dev/null >&5
> Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
> Configured with: ../src/configure -v 
> --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
> --mandir=/usr/share/man --infodir=/usr/share/info 
> --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
> --with-system-zlib --enable-nls --without-included-gettext 
> --enable-__cxa_atexit --enable-clocale=gnu --enable-debug 
> --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
> Thread model: posix
> gcc version 3.3.2 20030831 (Debian prerelease)
> configure:1341: $? = 0
> configure:1343: g77 -V </dev/null >&5
> g77: `-V' option must have argument
> configure:1346: $? = 1
> configure:1359: checking for Fortran compiler default output file name
> configure:1362: g77    conftest.f  >&5
> configure:1365: $? = 0
> configure:1411: result: a.out
> configure:1416: checking whether the Fortran compiler works
> configure:1422: ./a.out
> configure:1425: $? = 0
> configure:1442: result: yes
> configure:1449: checking whether we are cross compiling
> configure:1451: result: no
> configure:1454: checking for suffix of executables
> configure:1456: g77 -o conftest    conftest.f  >&5
> configure:1459: $? = 0
> configure:1484: result: 
> configure:1490: checking for suffix of object files
> configure:1501: g77 -c   conftest.f >&5
> configure:1504: $? = 0
> configure:1526: result: o
> configure:1534: checking whether we are using the GNU Fortran compiler
> configure:1548: g77 -c   conftest.F >&5
> configure:1551: $? = 0
> configure:1554: test -s conftest.o
> configure:1557: $? = 0
> configure:1570: result: yes
> configure:1576: checking whether g77 accepts -g
> configure:1588: g77 -c -g  conftest.f >&5
> configure:1591: $? = 0
> configure:1594: test -s conftest.o
> configure:1597: $? = 0
> configure:1609: result: yes
> configure:1633: checking for Fortran flag to compile . files
> configure:1654: g77 -c -g  conftest. >&5
> g77: conftest.: linker input file unused because linking not done
> configure:1657: $? = 0
> configure:1660: test -s conftest.o
> configure:1663: $? = 1
> configure: failed program was:
> |       program main
> | 
> |       end
> configure:1654: g77 -c -g -qsuffix=f= conftest. >&5
> g77: unrecognized option `-qsuffix=f='
> g77: conftest.: linker input file unused because linking not done
> configure:1657: $? = 0
> configure:1660: test -s conftest.o
> configure:1663: $? = 1
> configure: failed program was:
> |       program main
> | 
> |       end
> configure:1654: g77 -c -g -Tf conftest. >&5
> g77: conftest.: linker input file unused because linking not done
> configure:1657: $? = 0
> configure:1660: test -s conftest.o
> configure:1663: $? = 1
> configure: failed program was:
> |       program main
> | 
> |       end
> configure:1681: result: unknown
> configure:1684: error: Fortran could not compile . files
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_env_FCFLAGS_set=
> ac_cv_env_FCFLAGS_value=
> ac_cv_env_FC_set=
> ac_cv_env_FC_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_fc_compiler_gnu=yes
> ac_cv_fc_srcext_=unknown
> ac_cv_objext=o
> ac_cv_prog_ac_ct_FC=g77
> ac_cv_prog_fc_g=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC='g77'
> FCFLAGS='-g'
> FCFLAGS_=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC='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
70. acfortran.at:11: 70. AC_FC_SRCEXT (acfortran.at:11): FAILED 
(acfortran.at:11)




reply via email to

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