This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: GCC 3.3 build on AIX 5.2, ICE


On Mon, Jun 30, 2003 at 12:37:50PM -0400, David Edelsohn wrote:
> >>>>> Alexy Khrabrov writes:
> 
> Alexy> I'm not root on that big AIX box, is there a simple way
> Alexy> to tweak the bootstrap in some way to achieve the same effect without
> Alexy> touching the old gcc?
> 
> 	No.

Hmmm, I was thinking of putting a correct stdlib.h on an include path
earlier than the broken one, then messing with configure to look at
that fixed include path...  Doable?
 
> Alexy> And, is there a way to use xlc for bootstrapping,
> Alexy> or it is not supported?
> 
> 	I have not had trouble bootstrapping with xlc but others have.
> 
> David

Yes, I'm getting

xlc_r -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3/libiberty/../include   ../../gcc-3.3/libiberty/objalloc.c -o objalloc.o
"./config.h", line 17.9: 1506-213 (S) Macro name inline cannot be redefined.
"./config.h", line 17.9: 1506-358 (I) "inline" is defined on line 177 of ../../gcc-3.3/libiberty/../include/ansidecl.h.

So those with a virginal AIX, do they get a gcc?  This thing I see there
is called powerpc-ibm-aix5.1.0.0/2.9-aix51-020209, I wonder if that's
IBM-made...  But if they don't, 3.3 better compile with xlc...

Cheers,
Alexy


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