Re: Error while running a .exe file in bash

2003-09-25 Thread Brian Dessent
Kishen Bahudhanam wrote: > > Thanks to everyone who contributed to this issue. The > problem is resolved if I use: ./tx.exe. > I still don't understand the error message though. > If bash is not able to find the program, then filename > completion shouldn't work, isn't it? For example if I > just

Re: Error while running a .exe file in bash

2003-09-25 Thread Kishen Bahudhanam
Thanks to everyone who contributed to this issue. The problem is resolved if I use: ./tx.exe. I still don't understand the error message though. If bash is not able to find the program, then filename completion shouldn't work, isn't it? For example if I just type: >. t bash completes the file n

Re: Error while running a .exe file in bash

2003-09-25 Thread Corinna Vinschen
On Thu, Sep 25, 2003 at 12:17:59AM -0700, Kishen Bahudhanam wrote: > I see a couple of messages on this topic, but couldn't > figure out what to do. So sending the question again: > > I compiled my code using gcc, and created a .exe file. > However, when I try to execute it, I get the following >

Error while running a .exe file in bash

2003-09-25 Thread Kishen Bahudhanam
I see a couple of messages on this topic, but couldn't figure out what to do. So sending the question again: I compiled my code using gcc, and created a .exe file. However, when I try to execute it, I get the following error: MZ?: command not found. However, I can open a 'cmd' window, and run the