This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: '0221 build failure on AIX compiling libobjc/Object.m
- To: rodneybrown at pmsc dot com
- Subject: Re: '0221 build failure on AIX compiling libobjc/Object.m
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Thu, 25 Feb 1999 02:10:51 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <9902249199.AA919909833@cc.pmsc.com>you write:
>
> ./egcs-19990221/configure \
> --with-gcc-version-trigger=/devel/tmp/egcs-19990221/gcc/version.c \
> --host=rs6000-ibm-aix4.2.0.0 --norecursion
> #
>
> /devel/tmp/egcs-19990221.obj/gcc/xgcc -B/devel/tmp/egcs-19990221.obj/gcc/ \
> -B/usr/local/rs6000-ibm-aix4.2.0.0/bin/ -fgnu-runtime -c \
> -o Object.o -I. -I../../../egcs-19990221/libobjc \
> -g -O2 -DIN_GCC -I../../../egcs-19990221/libobjc/objc \
> -I../../../egcs-19990221/libobjc/../gcc \
> -I../../../egcs-19990221/libobjc/../gcc/config \
> -I../../gcc \
> -I../../../egcs-19990221/libobjc/../include \
> ./../../egcs-19990221/libobjc/Object.m
>
> ./../../egcs-19990221/libobjc/Object.m: In function `-[Object forward::]':
> ./../../egcs-19990221/libobjc/Object.m:275: attempt to encode unsigned int
> of unknown type
I believe this has been fixed (by reverting an incorrect patch to the
objc compiler).
jeff