Paul Eggert wrote:
Thanks for your bug report.

Pierre <[EMAIL PROTECTED]> 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