From: George Foot Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with c++ compiler hanging Date: 29 Jan 1998 06:50:29 GMT Organization: Oxford University, England Lines: 25 Message-ID: <6ap8rl$7t8$3@news.ox.ac.uk> References: <1326106020-283105705 AT mail DOT mtwp DOT k12 DOT pa DOT us> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 28 Jan 98 19:37:20 -0600 in comp.os.msdos.djgpp Brian Ellis wrote: : I have downloaded and unzipped all of the programs. I very much doubt it -- there are literally hundreds of zip files containing miscellaneous programs that most people won't want to download. Please be more specific and say exactly what you downloaded. : I can compile C programs. However, when I attempt to compile C++ : programs it hangs at cc1plus. I am using a command line: : gcc hello2.cc What do you mean by `hangs'? Does it stop responding? Crash? Or just say `cc1plus.exe: no such file or directory (ENOENT)' or something similar? If the latter, you have not installed the C++ support packages. There are two that you need -- the gpp package and the lgp package. Make sure you have installed those. If this does not help, please explain more accurately exactly what goes wrong. -- george DOT foot AT merton DOT oxford DOT ac DOT uk