delorie.com/archives/browse.cgi | search |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |