This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Adding another language after configure .. make ... install
- From: "Peter Chegwidden" <peter at chegwiddens dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Mon, 3 Sep 2007 11:17:03 +0100
- Subject: Adding another language after configure .. make ... install
- Reply-to: <peter at chegwiddens dot com>
Hi,
I'm new to this list, so please forgive me if this is a repeated request, or
on the wrong list.
I have searched for info. on this but am unable to find any.
I have GCC V3.4.4 configured, built and installed on AIX. Originally I
configured for C and Objective-C, but now need C++.
Is it possible to add this language to the existing build environment, or do
I need to configure, build and install again from scratch.
Many thanks for any help in this.
- Peter