From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Missing cc1plus Date: Thu, 23 Apr 1998 23:40:13 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 29 Message-ID: <3540099C.6DE2@cs.com> References: <79dc2842 DOT 353efc26 AT aol DOT com> <353F53E4 DOT 3EC85C17 AT skynet DOT be> NNTP-Posting-Host: ppp241.cs.com 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 Arthur Le Vernoy wrote: > > Hi, > > When I'm trying to compile something using ggc.exe, it asks me for a cc1plus > file, does anybody know where I can find it. I used ZipPicker to get Djgpp Zip > files, but it wasn't in those files, please help ! You must not have gotten all the files the Zip Picker told you to. If you wanted to compile C++ programs, you should have told it and it would have given you the files to download. C++ compilation requires the following two packages _in addition_ to the main C packages: v2gnu/gpp280b.zip and v2gnu/lgpp280b.zip. Both C and C++ compilation require that you set up your system environment according to the instructions in 'readme.1st', which the Zip Picker should also have recommended. If you don't already have it, I suggest you download and read the DJGPP Frequently Asked Questions list. Chapters 8.1 and 8.2 specifically cover problems compiling C++ programs. -- --------------------------------------------------------------------- | John M. Aldrich | "A generation which ignores history | | aka Fighteer I | has no past--and no future." | | mailto:fighteer AT cs DOT com | | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------