From: "IBM News" Newsgroups: comp.os.msdos.djgpp Subject: more compile problems...!!! Date: Sat, 9 May 1998 12:53:12 -0600 Lines: 17 NNTP-Posting-Host: 129.37.218.235 Message-ID: <35549920.0@news3.ibm.net> Organization: IBM.NET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Whenever I try to compile the standard hello.c program i get an error... #include void main(void) { printf("Hello, world!\n"); retrun 0; } it says Errot: ld.exe: cannot open -lgcc File format not recognized What does this mean???