This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
compiling gcc 3.0.1 on AIX 4.3.3
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: compiling gcc 3.0.1 on AIX 4.3.3
- From: "Hill, Ronald" <Ronald dot Hill at ugs dot com>
- Date: Mon, 27 Aug 2001 10:45:59 -0700
Hello All,
I am trying to compile gcc on AIX and I am receiving an error. I am
running GNU make ver. 3.79.1 with xlc IBM compiler. I have a link
/usr/bin/cc that points to this
compiler. Has anyone been able to compile gcc 3.0.1 on AIX? Please let me
know?
Thanks
Ron Hill
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.
make[1]: *** [cp/decl.o] Error 1
make[1]: Leaving directory `/linux/gcc/gcc-3.0.1/gcc'
make: *** [all-gcc] Error 2