From: amarodeeps AT earthlink DOT net (David DellaCosta) Newsgroups: comp.os.msdos.djgpp Subject: Re: New guy having installation difficulties Date: Sun, 15 Aug 1999 23:15:56 GMT X-ELN-Insert-Date: Sun Aug 15 16:25:04 1999 References: X-Newsreader: Forte Free Agent 1.11/32.235 Organization: EarthLink Network, Inc. X-Posted-Path-Was: not-for-mail Lines: 22 NNTP-Posting-Host: ip73.boston-xcom2.ma.pub-ip.psi.net X-ELN-Date: 15 Aug 1999 23:16:29 GMT Message-ID: <37b749c5.1624549@news.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 15 Aug 1999 14:10:41 +0300 (IDT), Eli Zaretskii wrote: > >On Sat, 14 Aug 1999, David DellaCosta wrote: > >> So, I installed djgpp on my Win98 machine, and it's not working. When >> I try to compile a C or C++ file, this is the dialogue: >> >> C:\c++>gxx hello.cc -o hello.exe -lm >> Fatal: Error in DJGPP instalation >> Environment variable DJGPP is not defined > >Note that Windows 98 makes it tricky to find the correct AUTOEXEC.BAT >where the changes should go. Did you follow the instructions that the >zip-picker gave you? Doh!! I put 'set' in front of my PATH and DJGCC statements and everything is now peachy. Needless to say, I feel kind of stupid. But hey, live and learn. Thanks for the responses. -Dave DellaCosta