This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0 does not compile on Solaris...
- To: gcc at gcc dot gnu dot org
- Subject: gcc-3.0 does not compile on Solaris...
- From: jean-frederic clere <jfrederic dot clere at fujitsu-siemens dot com>
- Date: Thu, 26 Jul 2001 15:17:34 +0200
- Reply-To: jfrederic dot clere at fujitsu-siemens dot com
Hi,
I have tried to compile gcc-3.0 on a Solaris Sparc machine and I have got the
following error:
+++
$ make
(cd intl && make all)
make[1]: Entering directory `/export/home/apache20/gcc-3.0/gcc/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/home/apache20/gcc-3.0/gcc/intl'
(cd po && make all)
make[1]: Entering directory `/export/home/apache20/gcc-3.0/gcc/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/home/apache20/gcc-3.0/gcc/po'
cc -c -DIN_GCC -DSVR4 -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: left operand must be modifiable lvalue: op "="
"cp/decl.c", line 541: cannot recover from previous errors
cc: acomp failed for cp/decl.c
make: *** [cp/decl.o] Error 2
+++
Any hints?
Cheers
Jean-frederic