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]

Re: Here I am again: hpux-11 build failure


On Jan 16, 2001, Markus Werle <markus@lufmech.rwth-aachen.de> wrote:

> a make all dies at:

> cc -c  -DIN_GCC  -fast -Ae -DHAVE_CONFIG_H    -I. -Icp -I../../gcc/gcc
> -I../../gcc/gcc/cp -I../../gcc/gcc/config -I../../gcc/gcc/../include
> ../../gcc/gcc/cp/decl.c -o cp/decl.o
> cc: "../../gcc/gcc/cp/decl.c", line 527: error 1549: Modifiable lvalue
> required for assignment operator.

`make all' requires the compiler to be GCC.  Only the C front-end is
supposed to build with compilers other than GCC.

-- 
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]