From: Martin Str|mberg Subject: Re: DJGPP C++ support Newsgroups: comp.os.msdos.djgpp References: <1040858226 DOT 1057 DOT 2 DOT camel AT first> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1040915455.847359@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 26 Dec 2002 15:10:55 GMT Lines: 14 NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1040915455 news.luth.se 13935 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eric Newton wrote: : Sorry, I am a complete newbie. Can anyone point me to a guide to make : djgpp work with C++? I have it installed (in Linux cross-compiling to : DOS) and have unzipped gpp321b.zip into the djgpp directory but am still : having problems with C++ headers and such. The two executables I have : are djgpp and djgpp-gcc both of which seem to be gcc and not g++. If your cross-compiling you need to build (or install) the C++ cross-compiler as well. gpp321b.zip is not a cross-compiler. Right, MartinS