Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 1 Nov 2000 13:47:34 -0500 From: Christopher Faylor To: cygwin AT sources DOT redhat DOT com Subject: Re: BUG: cygwin-1.1.5-3 cannot call fl32 anymore... Message-ID: <20001101134734.O14818@redhat.com> Reply-To: cygwin AT sources DOT redhat DOT com Mail-Followup-To: cygwin AT sources DOT redhat DOT com References: <3A002B0E DOT BDBEC928 AT cern DOT ch> <20001101103414 DOT D14818 AT redhat DOT com> <3A004FB1 DOT E9AE9E00 AT cern DOT 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 AT sourceware DOT cygnus DOT com