This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AIX xlc and gcc/g++ Question


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]