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]

Re: Problem with '-static' in 3.0 release on AIX


On Jun 21, 2001, Matt_Conway@i2.com wrote:

> I ran "make" (default target) and it failed with:

> cc -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.0/gcc 
> -I../../gcc-3.0/gcc/cp -I../../gcc-3.0/gcc/config 
> -I../../gcc-3.0/gcc/../include ../../gcc-3.0/gcc/cp/decl.c -o cp/decl.o
> "../../gcc-3.0/gcc/cp/decl.c", line 528.3: 1506-025 (S) Operand must be a 
> modifiable lvalue.

Yep, only the C front-end is supposed to be compilable with non-GCC
compilers, which is why the installation manual says you should use
make bootstrap.

> Could you please tell me the rest of the make steps for a manual 
> bootstrap?

What's wrong with a plain `make bootstrap'?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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