Mail Archives: djgpp/1998/06/05/04:56:47
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.
- Raw text -