Date: Fri, 5 Jun 1998 11:56:25 +0300 (IDT) From: Eli Zaretskii To: Gil-Dong HOng cc: djgpp AT delorie DOT com Subject: Re: Possible cause for "gcc just hangs" In-Reply-To: <35778ace.0@206.103.97.91> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 5 Jun 1998, John Smith wrote: > hmmmm.... i tried to define %DJGPP%, and it didn't work; gcc hangs under > win95.... some can any one post a autoexec.bat and *.evn file so that i can > just use it....djgpp was installed c:\dgjpp How did you define it? Try the following procedure: - open a DOS box - type in that DOS box the following line: set DJGPP=c:/djgpp/djgpp.env NOTE: no spaces around the = sign! - now try compiling something. If GCC works after this, then edit your AUTOEXEC.BAT and put there the above line exactly as you typed it from the DOS prompt. Then reboot your machine, and it should work now.