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]

3.0.1 build problems


I'm trying to build under AIX 4.3.3 and HP-UX 11.00
Building 3.0 worked without problems but now I get

under AIX:
gmake[2]: Leaving directory `/home/LOGIN/aix/gcc-3.0.1/gcc/intl'
cc -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. -Icp -I. -I./cp -I./config
-I./../include cp/decl.c -o cp/decl.o
"cp/decl.c", line 528.3: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 584.5: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 599.5: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 621.3: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 634.3: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 4294.7: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 4296.7: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 6405.3: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 9939.7: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 9942.7: 1506-025 (S) Operand must be a modifiable lvalue.
"cp/decl.c", line 13499.3: 1506-025 (S) Operand must be a modifiable lvalue.
gmake[1]: *** [cp/decl.o] Error 1

and under HP-UX:
gmake[2]: Leaving directory `/home/LOGIN/hpux/test/gcc-3.0.1/gcc/intl'
cc -c  -DIN_GCC    -Ae +DAportable   -DHAVE_CONFIG_H    -I. -Icp -I. -I./cp
-I./config -I./../include cp/decl.c -o cp/decl.o
cc: "cp/decl.c", line 528: error 1549: Modifiable lvalue required for assignment
operator.
cc: "cp/decl.c", line 584: error 1549: Modifiable lvalue required for assignment
operator.
cc: "cp/decl.c", line 599: error 1549: Modifiable lvalue required for assignment
operator.
cc: "cp/decl.c", line 621: error 1549: Modifiable lvalue required for assignment
operator.
cc: "cp/decl.c", line 634: error 1549: Modifiable lvalue required for assignment
operator.
cc: "cp/decl.c", line 4294: error 1549: Modifiable lvalue required for
assignment operator.
cc: "cp/decl.c", line 4296: error 1549: Modifiable lvalue required for
assignment operator.
cc: "cp/decl.c", line 6405: error 1549: Modifiable lvalue required for
assignment operator.
cc: "cp/decl.c", line 9939: error 1549: Modifiable lvalue required for
assignment operator.
cc: "cp/decl.c", line 9942: error 1549: Modifiable lvalue required for
assignment operator.
cc: "cp/decl.c", line 13499: error 1549: Modifiable lvalue required for
assignment operator.
gmake[1]: *** [cp/decl.o] Error 1

Compilers are xlC 4.4.0.3 under AIX and aCC 3.15 under HP-UX 11.00.

Any hints?

Regards,
Armin


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