This is the mail archive of the gcc-prs@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]

c/4306: Make fails



>Number:         4306
>Category:       c
>Synopsis:       Make fails
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 12 10:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     margaret_doll@brown.edu
>Release:        3.0.1
>Organization:
>Environment:
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
./configure --with-gcc-version-trigger=/usr/local/gcc-3.0.1/gcc/version.c --host=powerpc-ibm-aix4.3.3.0 --norecursion
#  using "mt-frag"
>Description:
I added  

 # If CC and CXX are not set in the environment, and the Makefile
# exists, try to extract them from it.  This is to handle running
# ./config.status by hand.

CC="/usr/bin/cc"

to configure, so that the program would not try to use an
old non-working version of gcc on the system.


The commands I used were

	configure
	make

The tail of the make output follows:



      /usr/bin/cc -c  -DIN_GCC     -O2   -DHAVE_CONFIG_H    -I. -I. -I. -I./.  -I./config -I./../include gcov.c -o gcov.o
        /usr/bin/cc  -DIN_GCC     -O2   -DHAVE_CONFIG_H  gcov.o intl.o obstack.o alloca.o  ./intl/libintl.a     -lld ../libiberty/libiberty.a -o gcov
        /usr/bin/cc -c  -DIN_GCC     -O2   -DHAVE_CONFIG_H    -I. -Icp -I. -I./cp  -I./config -I./../include cp/call.c -o cp/call.o
        /usr/bin/cc -c  -DIN_GCC     -O2   -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: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.


Stop.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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