BUG: cygwin-1.1.5-3 cannot call fl32 anymore...

Christopher Faylor cgf@redhat.com
Wed Nov 1 10:52:00 GMT 2000


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



More information about the Cygwin mailing list