Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3F72F57B.1CD0D20B@ecn.nl>
Date: Thu, 25 Sep 2003 16:02:35 +0200
From: Teun Burgers <burgers@ecn.nl>
Organization: Netherlands Energy Research Foundation ECN
X-Accept-Language: Dutch, nl, en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: g77 -mno-cygwin failed
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at ecn.nl

TX wrote:

> Hi All
> G77 in the latest GCC-3.3.3-1 doesn't work:
> 
> >g77 -mno-cygwin foo.f
> >g77: installation problem, cannot exec 'f771': No such file or
> directory
> 
> Can anyone help?

Compiling a Hello world fortran program with g77 -v reveals that

g77 -v -o hello hello.f

calls /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/f771.exe. (OK)

g77 -v -mno-cygwin -o hello hello.f

calls f771.exe and can't find f771.exe along the path.
A problem with the specs file?

Teun

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

