From: jshopREMOVE AT voicenet DOT com (John) Newsgroups: comp.os.msdos.djgpp Subject: Re: !HELP djgpp.env Message-ID: <35ef698f.4455569@netnews.voicenet.com> References: <01bdd6ce$088ce3a0$44079486 AT pandora> Lines: 26 Date: Fri, 04 Sep 1998 04:27:47 GMT NNTP-Posting-Host: 207.103.116.113 NNTP-Posting-Date: Fri, 04 Sep 1998 00:28:01 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 3 Sep 1998 00:03:22 GMT, "Troubled" wrote: >I have tried for days to get DJGPP working on my computer and it doesn't. >Firstly I had trouble compiling a simple program, the error was to do with >finding the iostream library. After making sure the djgpp.env file was set >properly in the autoexec.bat file the same error occurred but then >strangely went away to be replaced by an error with streambuff.h. After >setting the lfn=y setting in the autoexec.bat, the other error returned >again. The env.lst file even showed the path for djgpp.env was set right. >Then after reinstalling DJGPP I get a fatal error saying : > > Error in DJGPP installation > Environment Variable DJGPP is not defined > >Can someone please explain? I found that when you unzip all the downloaded files you end up with 2 DJGPP.env files in different directories djgpp\djgpp.env djgpp\gnu\gcc-2.81\Djgpp.env The first one has LFN=n and doesn't have [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Either change to LFN=Y and add the [rhide] section or delete the first file and replace it with the second file.