From: "IBM News" Newsgroups: comp.os.msdos.djgpp References: <35549920 DOT 0 AT news3 DOT ibm DOT net> Subject: Re: more compile problems...!!! Date: Sat, 9 May 1998 13:41:32 -0600 Lines: 25 NNTP-Posting-Host: 129.37.218.155 Message-ID: <3554b5c8.0@news3.ibm.net> Organization: IBM.NET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk IBM News wrote in message <35549920 DOT 0 AT news3 DOT ibm DOT net>... >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??? > > Now it tells me .....ld.exe: cannot open -lgcc No such file or directory (ENOENT) What's going on?!?! >