Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 1 Nov 2000 13:47:34 -0500
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@sources.redhat.com
Subject: Re: BUG: cygwin-1.1.5-3 cannot call fl32 anymore...
Message-ID: <20001101134734.O14818@redhat.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <3A002B0E.BDBEC928@cern.ch> <20001101103414.D14818@redhat.com> <3A004FB1.E9AE9E00@cern.ch>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.6i
In-Reply-To: <3A004FB1.E9AE9E00@cern.ch>; from Fons.Rademakers@cern.ch on Wed, Nov 01, 2000 at 05:15:29PM +0000

On Wed, Nov 01, 2000 at 05:15:29PM +0000, Fons Rademakers wrote:
>Hi Chris,
>
>  here is the cygcheck info first for cygwin-1-1-4 (sorry not 1.4.0),
>next for 20001031.
>
>The "pcsalow [129]" is my bash prompt. fl32 is not a cygwin program but
>a native win32 program (Digital Fortran). Invoking it without arguments
>prints the logo. To avoid anything strange coming from my .bash_profile
>and .bashrc I ran without them. See below:
>
>$ fl32
>fl32: error: Unmatched quote character in command line
>
>now I tried strace to see if I could see something about what is
>going on and, low and behold, this is what I got:
>
>$ strace fl32
>DIGITAL Visual Fortran Optimizing Compiler Version: V5.0
>Copyright (c) 1997 Digital Equipment Corp. All rights reserved.
>
>notice that the MS VC++ 6.0 compiler works fine:

That's not surprising.  strace is invoking the program in this case, not
bash.

You'll have to run 'strace -f -osomefile bash' and type in fl32 to see what
cygwin is doing.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

