From: "Ya'qub" Newsgroups: comp.os.msdos.djgpp References: <75siv4$sau$1 AT nnrp1 DOT dejanews DOT com> Subject: Re: Compiling Hello World Date: Thu, 24 Dec 1998 15:19:59 -0000 Lines: 26 X-Newsreader: Microsoft Outlook Express 4.72.3115.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 193.123.236.199 Message-ID: <36825abb.0@nnrp1.news.uk.psi.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, you need PATH to point at C:\djgpp\bin instead of c:\djgpp (I think). Also, find out if you have as.exe in c:\djgpp\bin. If it's not there then you need to get bnu281b.zip. Hope this helps. Ya'qub leonj AT geocities DOT com wrote in message <75siv4$sau$1 AT nnrp1 DOT dejanews DOT com>... >Hi- >Im having trouble compiling. I have the DJGPP env set and the PATH pointing to >C:\DJGPP. But RHIDE nor typing GCC works. > >gcc test.c -o test.exe yields: > >gcc.exe: installation problem, cannot exec 'as': No such file or directory >(EOENT) > >How do I get gcc.exe and RHIDE to point to the header, include and library >files. I thought they were take care of by the PATH. How do I also find the >parameter options for GCC.EXE? > >-----------== Posted via Deja News, The Discussion Network ==---------- >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own