This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX xlc and gcc/g++ Question
- To: fchang at qualcomm dot com
- Subject: Re: AIX xlc and gcc/g++ Question
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 26 Apr 2000 20:09:44 +0200
- CC: gcc at gcc dot gnu dot org
- References: <4.1.20000426104316.00a4a520@illyana.qualcomm.com>
> What am I not doing or doing incorrectly?
I'm not sure about the specifics of AIX, but it could be that what you
want to do is not supported. g++ requires on some systems that main is
compiled with either gcc or g++, and that collect2 is used to link the
object files, to support construction of global objects.
Regards,
Martin