This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.0 does not compile on Solaris...
- To: jfrederic dot clere at fujitsu-siemens dot com
- Subject: Re: gcc-3.0 does not compile on Solaris...
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Thu, 26 Jul 2001 15:31:22 +0200
- Cc: gcc at gcc dot gnu dot org
At 15:17 26.07.2001, jean-frederic clere wrote:
>Hi,
>
>I have tried to compile gcc-3.0 on a Solaris Sparc machine and I have got the
>following error:
>+++
>$
>make
make bootstrap
>(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