From: jp_prongs AT yahoo DOT com (Nick) Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing C++ on top of C Date: 17 Aug 2001 15:03:08 -0700 Organization: http://groups.google.com/ Lines: 8 Message-ID: References: <3B7CDBC1 DOT 62DFD0C5 AT hotmsil DOT com> <9lio2t$cpp$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3B7CEA05 DOT 56DD62A6 AT hotmsil DOT com> <9livl2$imh$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: 165.247.137.108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 998085789 10018 127.0.0.1 (17 Aug 2001 22:03:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 17 Aug 2001 22:03:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > I tried " gcc a.cpp " > gxx a.cpp Other possibilities are: gcc a.cpp -lstdcxx gpp a.cpp Both of those can be quite faster than `gxx' on some systems.