autoconf
[Top][All Lists]
Advanced

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

Re: produce *mod with fortran


From: Paul Eggert
Subject: Re: produce *mod with fortran
Date: Fri, 14 Jan 2011 13:51:30 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 01/14/11 13:43, Eve-Marie Devaliere wrote:
> configure:2486: checking whether the Fortran compiler works
> configure:2508: ifort -c -O2 -convert big_endian -free -assume
> byterecl   conftest.f  >&5
> configure:2512: $? = 0
> configure:2550: result: no
> configure: failed program was:
> |       program main
> |
> |       end

Apparently it tried to run this command:

ifort -c -O2 -convert big_endian -free -assume byterecl   conftest.f

on a simple file that looks like this:

  program main
  end

The compilation succeeded (that's the "$? = 0") but it still
didn't like things.  Most likely it's trying to run the resulting
executable but can't find it.  Please look in lines 2512 through 2550
to see the details.



reply via email to

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