Subject: Re: DJGPP C++ support From: Eric Newton To: "djgpp AT delorie DOT com" In-Reply-To: <1040915455.847359@queeg.ludd.luth.se> References: <1040858226 DOT 1057 DOT 2 DOT camel AT first> <1040915455 DOT 847359 AT queeg DOT ludd DOT luth DOT se> Content-Type: text/plain Organization: Message-Id: <1040923715.1553.0.camel@first> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 26 Dec 2002 12:28:35 -0500 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hmm.. How would I go about compiling the C++ cross-compiler? What archive is there to get? On Thu, 2002-12-26 at 10:10, Martin Str|mberg wrote: > 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