From: "chris.danx" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: cc1plus? Lines: 44 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sun, 8 Jul 2001 16:36:08 +0100 NNTP-Posting-Host: 213.104.122.113 X-Complaints-To: abuse AT ntlworld DOT com X-Trace: news2-win.server.ntlworld.com 994606492 213.104.122.113 (Sun, 08 Jul 2001 16:34:52 BST) NNTP-Posting-Date: Sun, 08 Jul 2001 16:34:52 BST Organization: ntlworld News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "chris.danx" wrote in message news:ZwK17.5449$WS4 DOT 827014 AT news6-win DOT server DOT ntlworld DOT com... > Hi, > > I'm attempting to build djgpp from the sources (before building gnat for dos, > irrelevant background) and have hit upon a few errors. Could someone please > explain what mkdoc.exe and cc1plus are? Hopefully then i'll know which archive > to get them from (via ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/). > Just when i think i've downloaded everything necessary, something else pops up. > Hopefully this is the last. > > Also out of curiosity, is it possible to run djgpp from a cd? The laptop has > little space left on its HD and it'd be nice to be able to run djgpp from time > to time. I was going to create an cd with all downloaded archives on it, to > save downloading everytime windows decides it want's reinstalled, then the idea > of creating a cd with djgpp decompressed and set like it is on a HD came up. Is > it possible? I ran a search for cc1plus in the djgpp directory and it came up with D:\Djgpp\lib\gcc-lib\djgpp\2.952. I have my path set like this SET PATH=D:\DJGPP\BIN;%PATH% SET DJGPP=D:\DJGPP\DJGPP.ENV SET TMPDIR=c:\Windows\Temp and I moved to d:\djgpp\src and typed make. I get the following error gcc.exe: installation problem, cannot exec 'cc1plus':no such file or directory (ENOENT) I downloaded the main distrib via zip picker, bison, and all other files necessary. How do i tell it where to find it? I assume it should have something to do with Djgpp.env but I'm not sure. Thanks, Chris Campbell