This is the mail archive of the gcc-help@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]

AIX problems


Hi,

I was wondering if there's a patch available for
2.95.3 for AIX that fixes the return address bug
in throw()? The gcc2_95-branch cvs version still
didn't have this fixed, while the code is in 3.0.

I've tried to compile gcc-3.0 too, and it compiles
correctly, but without shared libs even I've used
the --enable-shared option for the configure script.
After installing gcc-3 I allways get an link error:

ld: 0711-317 ERROR: Undefined symbol: std::string::_Rep::_S_max_size

as you can see, it's the AIX linker that's being used,
the ld in gnu binutils won't link correctly on AIX
while trying to compile gcc. My programs link fine with
that linker however.
The object files are getting huge again with the gcc3
compiler (probably the static stuff) and compile time
is quadrupled :(
So please, a patch for 2.95.3 to fix the exception error
mechanism on AIX!!

Greets,
  John


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