From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: cc1plus? Date: Sun, 8 Jul 2001 15:52:45 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 31 Message-ID: <994607565.519573@queeg.ludd.luth.se> References: X-Trace: news.luth.se 994607565 2203 130.240.16.109 (8 Jul 2001 15:52:45 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 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 And where is "cc1"? : SET PATH=D:\DJGPP\BIN;%PATH% : SET DJGPP=D:\DJGPP\DJGPP.ENV : SET TMPDIR=c:\Windows\Temp Looks good. : 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) And what does "gcc --version" say? (I suspect you have mixed versions of gcc and cc1plus.) : 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. Nope, it doesn't (I think). Right, MartinS