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]

Compiled egcs-1.0.3a on AIX 4.3 with xlc. Something strange with xlc.


Bur the previous letter! (Sorry)

Don't know why, but I had to modify line 2952 of gcc/collect2.c:

  p = (char*) strstr (prog_name, "libgcc.a");

instead of

  p = strstr (prog_name, "libgcc.a");

I also had to install the fix for APAR IX74254 as suggested in
README.RS6000 found in the
gcc 2.8.1 distribution.

No "make -k check"

Output of config.guess:
rs6000-ibm-aix4.3.0.0

Marco Morandini



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