RE: file not recognized:File format not recognized

2004-06-10 Thread Dave Korn
(B> -Original Message- (B> From: cygwin-owner On Behalf Of c dana (B> Sent: 10 June 2004 16:21 (B (B> --- Igor Pechtchanski $BE*?VB)!'(B> (B ^^^ (B (BHey Dana, check this link -> (B (B>

Re: file not recognized:File format not recognized

2004-06-10 Thread c dana
--- Igor Pechtchanski <[EMAIL PROTECTED]> 的訊息:> > the problem file. One > WAG is that notepad tends to append a ".txt" suffix > to the provided > filename, and if you had an older file called > "test.c", you may not > actually be compiling the file you're expecting to > compile. > Igor You'

RE: file not recognized:File format not recognized

2004-06-07 Thread Dave Korn
it with gcc in cygwin by typing: > > $ gcc test.c > > However I got the following error message: > > > > test.c: file not recognized:File format not recognized > > collect2: ld return 1 exit status. > > > > My OS is WinXp. Could anyone tell me what's wrong

Re: file not recognized:File format not recognized

2004-06-04 Thread Igor Pechtchanski
On Fri, 4 Jun 2004, c dana wrote: > I am a novice at cygwin. > I edited a file "test.c" with notepad in windows. > Then I compiled it with gcc in cygwin by typing: > $ gcc test.c > However I got the following error message: > > test.c: file not recognized:File forma

file not recognized:File format not recognized

2004-06-03 Thread c dana
I am a novice at cygwin. I edited a file "test.c" with notepad in windows. Then I compiled it with gcc in cygwin by typing: $ gcc test.c However I got the following error message:   test.c: file not recognized:File format not recognized collect2: ld return 1 exit status.   My OS is Wi