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]

egcs-20000717 build failure on a naked hppa2.0w-hp-hpux11.00 architecture


Hi!

"Naked" means, I have to rely on hpux cc (not too bad)
but fater some while we run into the error below.
Any idea what went wrong?

confiuration:
...
../egcs-20000717/configure
--with-gcc-version-trigger=/work/markus/GCC/egcs-2000
0717/gcc/version.c --host=hppa2.0w-hp-hpux11.00
--prefix=/work/markus/egcs-20000
717 --enable-version-specific-runtime-libs --enable-languages=c++
--with-gnu-as
--without-gnu-ld --with-as=/work/markus/binutils-2.10/bin/as
--norecursion
...

uname -a:
HP-UX <hostname> B.11.00 A 9000/785 2006288039 two-user license

[...]
cc -c  -DIN_GCC    -g  -W -Wall    -I. -I..
-I../../../egcs-20000717/gcc/cp -I../../../egcs-20000717/gcc/cp/..
-I../../../egcs-20000717/gcc/cp/../config
-I../../../egcs-20000717/gcc/cp/../../include
../../../egcs-20000717/gcc/cp/decl.c
cc: warning 422: Unknown option "-W-Wall" ignored.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 570: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 626: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 641: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 663: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 676: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 4264: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 4266: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 6331: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 9982: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 9985: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 13669: error 1549:
Modifiable lvalue required for assignment operator.
cc: "../../../egcs-20000717/gcc/cp/decl.c", line 13717: error 1549:
Modifiable lvalue required for assignment operator.
gmake[2]: *** [decl.o] Error 1
gmake[2]: Leaving directory `/work/markus/GCC/build/gcc/cp'
gmake[1]: *** [cc1plus] Error 2
gmake[1]: Leaving directory `/work/markus/GCC/build/gcc'
gmake: *** [all-gcc] Error 2



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