From: "IBM News" Newsgroups: comp.os.msdos.djgpp References: <35549920 DOT 0 AT news3 DOT ibm DOT net> <3554b49b DOT 0 AT news3 DOT ibm DOT net> Subject: Re: more compile problems...!!! -- THANKS!!! Date: Sat, 9 May 1998 17:06:16 -0600 Lines: 31 NNTP-Posting-Host: 129.37.218.69 Message-ID: <3554e144.0@news3.ibm.net> Organization: IBM.NET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thanks for all of your help!!! Its working great now. I really appreciate it.... Thanks Again!!! IBM News wrote in message <3554b49b DOT 0 AT news3 DOT ibm DOT net>... >ignote the error in hte first post please >("void main(void)" should be "int main(void)") > >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 >> >>int main(void) >>{ >> printf("Hello, world!\n"); >> retrun 0; >>} >> >>it says Errot: ld.exe: cannot open -lgcc File format not recognized >> >>What does this mean??? >> >> >> >> > >