bug-autoconf
[Top][All Lists]
Advanced

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

Re: [GNU Autoconf 2.60] testsuite: 131 134 135 137 190 198 failed


From: Pierre
Subject: Re: [GNU Autoconf 2.60] testsuite: 131 134 135 137 190 198 failed
Date: Tue, 08 Aug 2006 21:50:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060720 SeaMonkey/1.0.3

Paul Eggert wrote:
Thanks for your bug report.

Pierre <address@hidden> writes:

configure:1805: checking for Fortran compiler default output file name
configure:1832: g95    conftest.f  >&5
Warnings: 0  Errors: 0
configure:1835: $? = 0
configure:1881: result: b.out

That "b.out" is due to a bug in Autoconf; it incorrectly deduced the
name of the executable.  What is the name of the executable that your
GNU Fortran 95 compiler outputs?  That is, if you execute this shell
script:

        cat >conftest.f <<'EOF'
              program main

              end
        EOF
        g95 conftest.f

what file does your g95 compiler create?

It is very strange but it doesn't seem to create any file...
I have a quite old version (0.23), I will try to update it.
But the file name should be "a.out" I suppose.

Regards,

--
Pierre.




reply via email to

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