From: Cheng-Chang Wu Newsgroups: comp.os.msdos.djgpp Subject: can't find cc1plus? Date: Fri, 06 Mar 1998 21:38:37 +0100 Organization: Private Internet Nutzer Gemeinschaft e.V. Lines: 22 Message-ID: <35005ECD.6B541B47@ping.de> NNTP-Posting-Host: ccwu.ping.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I have just installed djgpp. When I execute it, it displays the following message. gcc.exe: installation problem, cannot exec `cc1plus': No such file or directory I have done the following: C:\DJGPP> pkunzip -d \tmp\bnu281b.zip C:\DJGPP> pkunzip -d \tmp\bsn125b.zip C:\DJGPP> pkunzip -d \tmp\flx254b.zip C:\DJGPP> pkunzip -d \tmp\gcc2721b.zip C:\DJGPP> pkunzip -d \tmp\gdb416b.zip C:\DJGPP> pkunzip -d \tmp\lgp271b.zip C:\DJGPP> pkunzip -d \tmp\lgpp280b.zip C:\DJGPP> pkunzip -d \tmp\mak3761b.zip C:\DJGPP> pkunzip -d \tmp\csdpmi4b.zip C:\DJGPP> echo set PATH=C:\DJGPP\BIN;%PATH% >> c:\autoexec.bat C:\DJGPP> echo set DJGPP=C:\DJGPP\DJGPP.ENV >> c:\autoexec.bat So, what must I still install?