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]
Other format: [Raw text]

Re: build fails on powerpc-ibm-aix4.3.3.0


On Fri, 17 May 2002 14:25:10 -0500
"Brian Ruppert" <csw@bruppert.com> wrote:

> Trying to bootstrap GCC 3.1 on my AIX system, using IBM's C compiler
> (version 5):
> meter type "unsigned char**" in the nonprototype declaration.
> make[2]: *** [tradcif.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/build/gccbuild/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/build/gccbuild/gcc'
> make: *** [bootstrap] Error 2
>  
> Any clues?  Ideas would be much appreciated.  Thanks;

I haven't really confirmed it yet, but it seems to me that the visual
age compiler does not like the yacc pre-generated files. touch all .y
files in the source tree and make sure the configure script finds bison.

-- 
Mats Rynge
Aixpdslib  --  http://aixpdslib.seas.ucla.edu


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