autoconf-patches
[Top][All Lists]
Advanced

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

Re: autoconf-2.57f: make check: 2 Errors related to fort77 (fink package


From: Sander Niemeijer
Subject: Re: autoconf-2.57f: make check: 2 Errors related to fort77 (fink package) on Mac OS X
Date: Mon, 3 Nov 2003 13:53:13 +0100


On vrijdag, okt 31, 2003, at 09:47 Europe/Amsterdam, Akim Demaille wrote:

Please, review this (installed) patch, and tell me whether the failure
remains.

Well, I installed the patch and I'm still getting FAILED errors for the GNU Fortran checks (#66 and #67).

As I also explained in a previous e-mail on October 27th the FAILED status for these checks does not come directly from the freeform tests but from autoconf trying to pass --version to the fort77 script (the fort77 script does not accept this option) and autoconf concluding that its assumption on fort77 being a GNU compiler must have been incorrect.

The way to go forward depends on which compilers should be considered GNU Fortran 77. If this is only appropriate for the g77 compiler or compilers that accept similar command line parameters, then we should make sure the fort77/fc combination is not recognized as being a GNU compiler. This can be done, for example, by including the 'fort77 --version | grep GNU' check in the macro that determines whether fort77 is a GNU compiler or not. If, on the other hand, you would like the fort77/fc combination to be tagged as GNU compiler (since it is using gcc underneath), then the 'fort77 --version | grep GNU' should be removed, since fort77/fc does not recognize this option (it uses -v).

Here is the relevant part of the testsuite.log for the patched autoconf-2.57g:
-----
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

66. fortran.at:52: testing ...
fortran.at:52: autoconf -W obsolete
fortran.at:52: autoheader
fortran.at:52: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Mon Nov  3 09:38:21 2003
+++ /Users/sander/Download/autoconf-2.57g-patched/tests/testsuite.dir/at- stderr Mon Nov 3 09:38:22 2003
@@ -0,0 +1 @@
+configure: error: incorrectly recognized a GNU Fortran 77 compiler
stdout:
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... fort77
checking for Fortran 77 compiler default output file name... a.out
checking whether the Fortran 77 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 77 compiler... yes
checking whether fort77 accepts -g... yes
./../../fortran.at:52: config.log
fortran.at:52: 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.57g.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = nemo.local.
> uname -m = Power Macintosh
> uname -r = 6.8
> uname -s = Darwin
> uname -v = Darwin Kernel Version 6.8: Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC
>
> /usr/bin/uname -p = powerpc
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = Mach kernel version:
>     Darwin Kernel Version 6.8:
> Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC
>
>
> Kernel configured for a single processor only.
> 1 processor is physically available.
> Processor type: ppc7450 (PowerPC 7450)
> Processor active: 0
> Primary memory available: 512.00 megabytes.
> Default processor set: 60 tasks, 129 threads, 1 processors
> Load average: 1.33, Mach factor: 0.09
> unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /Users/sander/Download/autoconf-2.57g-patched/tests
> PATH: /Users/sander/Public/gnutools/bin
> PATH: /Users/sander/Public/doxygen/bin
> PATH: /sw/bin
> PATH: /sw/sbin
> PATH: /bin
> PATH: /sbin
> PATH: /usr/bin
> PATH: /usr/sbin
> PATH: /usr/local/teTeX/bin/powerpc-apple-darwin-current
> PATH: /usr/X11R6/bin
> PATH: /Users/sander/beat/bin
> PATH: /Applications/MATLAB6p5p1/bin
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1296: checking for g77
> configure:1325: result: no
> configure:1296: checking for f77
> configure:1325: result: no
> configure:1296: checking for xlf
> configure:1325: result: no
> configure:1296: checking for frt
> configure:1325: result: no
> configure:1296: checking for pgf77
> configure:1325: result: no
> configure:1296: checking for fort77
> configure:1312: found /sw/bin/fort77
> configure:1322: result: fort77
> configure:1337: checking for Fortran 77 compiler version
> configure:1340: fort77 --version </dev/null >&5
> /sw/bin/fort77: No input files specified
> configure:1343: $? = 255
> configure:1345: fort77 -v </dev/null >&5
> /sw/bin/fort77: fort77 Version 1.18
> /sw/bin/fort77: No input files specified
> configure:1348: $? = 255
> configure:1350: fort77 -V </dev/null >&5
> /sw/bin/fort77 : Missing argument to "-V"
> configure:1353: $? = 255
> configure:1367: checking for Fortran 77 compiler default output file name
> configure:1370: fort77   conftest.f  >&5
> conftest.f:
>    MAIN main:
> configure:1373: $? = 0
> configure:1419: result: a.out
> configure:1424: checking whether the Fortran 77 compiler works
> configure:1430: ./a.out
> configure:1433: $? = 0
> configure:1450: result: yes
> configure:1457: checking whether we are cross compiling
> configure:1459: result: no
> configure:1462: checking for suffix of executables
> configure:1464: fort77 -o conftest   conftest.f  >&5
> conftest.f:
>    MAIN main:
> configure:1467: $? = 0
> configure:1492: result:
> configure:1498: checking for suffix of object files
> configure:1509: fort77 -c  conftest.f >&5
> conftest.f:
>    MAIN main:
> configure:1512: $? = 0
> configure:1534: result: o
> configure:1542: checking whether we are using the GNU Fortran 77 compiler
> configure:1556: fort77 -c  conftest.F >&5
>    MAIN main:
> configure:1562: $? = 0
> configure:1566: test -z
>                     || test ! -s conftest.err
> configure:1569: $? = 0
> configure:1572: test -s conftest.o
> configure:1575: $? = 0
> configure:1588: result: yes
> configure:1594: checking whether fort77 accepts -g
> configure:1606: fort77 -c -g conftest.f >&5
> conftest.f:
>    MAIN main:
> configure:1612: $? = 0
> configure:1616: test -z
>                     || test ! -s conftest.err
> configure:1619: $? = 0
> configure:1622: test -s conftest.o
> configure:1625: $? = 0
> configure:1637: result: yes
> configure:1664: fort77 --version | grep GNU >&2
> /sw/bin/fort77: No input files specified
> configure:1667: $? = 1
> configure:1683: error: incorrectly recognized a GNU Fortran 77 compiler
>
> ## ---------------- ##
> ## 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_f77_compiler_gnu=yes
> ac_cv_objext=o
> ac_cv_prog_ac_ct_F77=fort77
> ac_cv_prog_f77_g=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> F77='fort77'
> FFLAGS='-g -O2'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_F77='fort77'
> 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. fortran.at:52: 66. GNU Fortran 77 (fortran.at:52): FAILED (fortran.at:52)

67. fortran.at:77: testing ...
fortran.at:77: autoconf -W obsolete
fortran.at:77: autoheader
fortran.at:77: top_srcdir=$abs_top_srcdir ./configure
--- /dev/null   Mon Nov  3 09:38:27 2003
+++ /Users/sander/Download/autoconf-2.57g-patched/tests/testsuite.dir/at- stderr Mon Nov 3 09:38:29 2003
@@ -0,0 +1,2 @@
+configure: WARNING: Fortran does not accept free-form source
+configure: error: failed to recognize GNU Fortran's -ffree-form option.
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 gfortran... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... fort77
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 fort77 accepts -g... yes
checking for Fortran flag to compile .f files... none
checking for Fortran flag needed to allow free-form source... unknown
./../../fortran.at:77: config.log
fortran.at:77: 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.57g.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = nemo.local.
> uname -m = Power Macintosh
> uname -r = 6.8
> uname -s = Darwin
> uname -v = Darwin Kernel Version 6.8: Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC
>
> /usr/bin/uname -p = powerpc
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = Mach kernel version:
>     Darwin Kernel Version 6.8:
> Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC
>
>
> Kernel configured for a single processor only.
> 1 processor is physically available.
> Processor type: ppc7450 (PowerPC 7450)
> Processor active: 0
> Primary memory available: 512.00 megabytes.
> Default processor set: 60 tasks, 129 threads, 1 processors
> Load average: 1.75, Mach factor: 0.18
> unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /Users/sander/Download/autoconf-2.57g-patched/tests
> PATH: /Users/sander/Public/gnutools/bin
> PATH: /Users/sander/Public/doxygen/bin
> PATH: /sw/bin
> PATH: /sw/sbin
> PATH: /bin
> PATH: /sbin
> PATH: /usr/bin
> PATH: /usr/sbin
> PATH: /usr/local/teTeX/bin/powerpc-apple-darwin-current
> PATH: /usr/X11R6/bin
> PATH: /Users/sander/beat/bin
> PATH: /Applications/MATLAB6p5p1/bin
> PATH: /usr/local/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1296: checking for f95
> configure:1325: result: no
> configure:1296: checking for fort
> configure:1325: result: no
> configure:1296: checking for xlf95
> configure:1325: result: no
> configure:1296: checking for ifc
> configure:1325: result: no
> configure:1296: checking for efc
> configure:1325: result: no
> configure:1296: checking for pgf95
> configure:1325: result: no
> configure:1296: checking for lf95
> configure:1325: result: no
> configure:1296: checking for gfortran
> configure:1325: result: no
> configure:1296: checking for f90
> configure:1325: result: no
> configure:1296: checking for xlf90
> configure:1325: result: no
> configure:1296: checking for pgf90
> configure:1325: result: no
> configure:1296: checking for epcf90
> configure:1325: result: no
> configure:1296: checking for g77
> configure:1325: result: no
> configure:1296: checking for f77
> configure:1325: result: no
> configure:1296: checking for xlf
> configure:1325: result: no
> configure:1296: checking for frt
> configure:1325: result: no
> configure:1296: checking for pgf77
> configure:1325: result: no
> configure:1296: checking for fort77
> configure:1312: found /sw/bin/fort77
> configure:1322: result: fort77
> configure:1337: checking for Fortran compiler version
> configure:1340: fort77 --version </dev/null >&5
> /sw/bin/fort77: No input files specified
> configure:1343: $? = 255
> configure:1345: fort77 -v </dev/null >&5
> /sw/bin/fort77: fort77 Version 1.18
> /sw/bin/fort77: No input files specified
> configure:1348: $? = 255
> configure:1350: fort77 -V </dev/null >&5
> /sw/bin/fort77 : Missing argument to "-V"
> configure:1353: $? = 255
> configure:1367: checking for Fortran compiler default output file name
> configure:1370: fort77    conftest.f  >&5
> conftest.f:
>    MAIN main:
> configure:1373: $? = 0
> configure:1419: result: a.out
> configure:1424: checking whether the Fortran compiler works
> configure:1430: ./a.out
> configure:1433: $? = 0
> configure:1450: result: yes
> configure:1457: checking whether we are cross compiling
> configure:1459: result: no
> configure:1462: checking for suffix of executables
> configure:1464: fort77 -o conftest    conftest.f  >&5
> conftest.f:
>    MAIN main:
> configure:1467: $? = 0
> configure:1492: result:
> configure:1498: checking for suffix of object files
> configure:1509: fort77 -c   conftest.f >&5
> conftest.f:
>    MAIN main:
> configure:1512: $? = 0
> configure:1534: result: o
> configure:1542: checking whether we are using the GNU Fortran compiler
> configure:1556: fort77 -c   conftest.F >&5
>    MAIN main:
> configure:1562: $? = 0
> configure:1566: test -z
>                     || test ! -s conftest.err
> configure:1569: $? = 0
> configure:1572: test -s conftest.o
> configure:1575: $? = 0
> configure:1588: result: yes
> configure:1594: checking whether fort77 accepts -g
> configure:1606: fort77 -c -g  conftest.f >&5
> conftest.f:
>    MAIN main:
> configure:1612: $? = 0
> configure:1616: test -z
>                     || test ! -s conftest.err
> configure:1619: $? = 0
> configure:1622: test -s conftest.o
> configure:1625: $? = 0
> configure:1637: result: yes
> configure:1663: checking for Fortran flag to compile .f files
> configure:1684: fort77 -c -g -O2  conftest.f >&5
> conftest.f:
>    MAIN main:
> configure:1690: $? = 0
> configure:1694: test -z
>                     || test ! -s conftest.err
> configure:1697: $? = 0
> configure:1700: test -s conftest.o
> configure:1703: $? = 0
> configure:1721: result: none
> configure:1742: checking for Fortran flag needed to allow free-form source
> configure:1766: fort77 -c -g -O2  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -ffree-form  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -FR  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -free  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -qfree  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -Mfree  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -Mfreeform  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -freeform  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1766: fort77 -c -g -O2 -f free  conftest.f >&5
> conftest.f:
> Error on line 2: illegal continuation card (starts "  prog")
>    MAIN:
> Error on line 4: syntax error
> Error on line 5: unclassifiable statement (starts "")
> /sw/bin/fort77: aborting compilation
> configure:1772: $? = 255
> configure: failed program was:
> |
> |   program freeform
> |        ! FIXME: how to best confuse non-freeform compilers?
> |        print *, 'Hello ', &
> |            'world.'
> |        end
> configure:1803: result: unknown
> configure:1806: WARNING: Fortran does not accept free-form source
> configure:1818: error: failed to recognize GNU Fortran's -ffree-form option.
>
> ## ---------------- ##
> ## 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_freeform=unknown
> ac_cv_fc_srcext_f=none
> ac_cv_objext=o
> ac_cv_prog_ac_ct_FC=fort77
> ac_cv_prog_fc_g=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EXEEXT=''
> FC='fort77'
> FCFLAGS='-g -O2'
> FCFLAGS_f=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_FC='fort77'
> 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. fortran.at:77: 67. GNU Fortran (fortran.at:77): FAILED (fortran.at:77)





reply via email to

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