From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: cc1plus? Date: Sun, 8 Jul 2001 00:17:50 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 22 Message-ID: <994551470.15580@queeg.ludd.luth.se> References: X-Trace: news.luth.se 994551470 12527 130.240.16.109 (8 Jul 2001 00:17:50 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com chris.danx wrote: : 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 mkdcc is something that is used while building libc. cc1plus is the C++ compilator (in gpp*b.zip). : 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? Yes. Just point TMPDIR to a writable directory. Actually it's mentioned in the FAQ in chapter 1. Right, MartinS