Date: Mon, 15 Jun 1998 09:45:35 +0300 (IDT) From: Eli Zaretskii To: David Wyn Davies cc: djgpp AT delorie DOT com Subject: Re: Help. I'm cracking up ... In-Reply-To: <01bd9604$e1a0f6a0$5205e8c3@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 14 Jun 1998, David Wyn Davies wrote: > I cannot get GCC to work. At first, I thought it was RHIDE then I > eventually plucked up the > courage to try out GCC from the DOS command line and I got the same > problem. The hard drive starts for a few seconds and then everything hangs > up. This usually happens when you define your DJGPP environment variable incorrectly. It should point to the exact pathname of the file DJGPP.ENV that came with djdev201.zip. For example, if you installed DJGPP in c:\foo\bar, add the following line to your AUTOEXEC.BAT, then reboot: set DJGPP=c:/foo/bar/djgpp.env