From: "Floris van den Berg" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling Hello World Date: 24 Dec 1998 14:26:21 GMT Organization: News Service (http://www.news-service.com/) Lines: 14 Message-ID: <01be2f49$f51d2a80$617e97c2@fvdberg.magenta.com> References: <75siv4$sau$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: 194.151.126.97 X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Do these things: - edit autoexec.bat and type SET DJGPP=c:\djgpp\djgpp.env - extend your path with PATH=c:\djgpp\bin - execute autoexec.bat - typ gcc to compile your sourcecode Floris > 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?