From: "Davin McCall" Newsgroups: comp.os.msdos.djgpp Subject: Re: Strange problem with egcs Date: 30 Mar 1999 00:26:31 GMT Organization: Monash Uni Lines: 13 Distribution: world Message-ID: <01be7a43$f4f44800$8ac6c282@damcc5.halls.monash.edu.au> References: <36f63252 DOT 0 AT news DOT uni-bielefeld DOT de> NNTP-Posting-Host: damcc5.halls.monash.edu.au X-Trace: towncrier.cc.monash.edu.au 922753591 19156 130.194.198.138 (30 Mar 1999 00:26:31 GMT) X-Complaints-To: abuse AT monash DOT edu DOT au NNTP-Posting-Date: 30 Mar 1999 00:26:31 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Actually, even when using plain gcc, "gxx", "gpp" and "g++" (if using lfn) are available and all (appear to) do the same thing. I have a feeling that "gxx" is "g++" renamed for use on 8.3 DOS filename systems, where '+' is an illegal character for a filename. -- ________________________________________________________ Davmac - sharking! DavMac AT iname DOT com my programming page: http://yoyo.cc.monash.edu.au/~davmac/ > How do you invoke the egcs c++ compiler? In djgpp I used gxx. It seems I > should use gpp now. > Is this documented somewhere, what did I miss?