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'

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 WinXp. Could any