Subject: Re: DJGPP C++ support From: Eric Newton To: "djgpp AT delorie DOT com" In-Reply-To: <3E0B5C71.D5A7F9D9@phekda.freeserve.co.uk> References: <1040858226 DOT 1057 DOT 2 DOT camel AT first> <1040915455 DOT 847359 AT queeg DOT ludd DOT luth DOT se> <1040923715 DOT 1553 DOT 0 DOT camel AT first> <3E0B5C71 DOT D5A7F9D9 AT phekda DOT freeserve DOT co DOT uk> Content-Type: text/plain Organization: Message-Id: <1040947008.1038.31.camel@first> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 26 Dec 2002 18:56:48 -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 The big gcc tar file? I used the following: binutils-2.13.90.0.16.tar.gz djcrx203.zip gcc32s2.zip gcc-3.2.1.tar.gz So are you saying to compile g++ with --target=i586-pc-msdosdjgpp? -Eric On Thu, 2002-12-26 at 14:45, Richard Dawe wrote: > Hello. > > Eric Newton wrote: > > Hmm.. How would I go about compiling the C++ cross-compiler? What > > archive is there to get? > > If you downloaded the big gcc tar file, it should be included in the sources. > (You can download the gcc sources part-by-part for each language IIRC.) The > C++ compiler should be built as part of the normal cross-compiler build > process. > > Regards,