GCC compile bug on AIX 4.3.2

David Edelsohn dje@watson.ibm.com
Wed Sep 13 07:58:00 GMT 2000


>>>>> Grover Davidson writes:

Grover> I should have looked at the maintainers list before I sent this 
Grover> bug report. I am sending to you guys as well. Any assistance is
Grover> greatly appreciated.

> $ make
> cc -c  -DIN_GCC   -g -O2     -I. -I.. -I. -I./.. -I./../config -I./../../include grant.c
> 
> Do you have any suggestions? I prefer not to change your compiler without 
> input from your support. 

	You are not following the installation instructions.  To build the
compiler, one creates a build directory parallel to the source tree, one
invokes configure (from the source top-level directory) in the top-level
build directory, and then invokes "make bootstrap" in the top-level build
directory.  Your incorrect procedure is using GCC options with VAC.

	You also need to use GNU Make, not AIX Make.

	An additional resource to answer these questions is the
Installation documentation at the GCC website: http://gcc.gnu.org/ ,
especially the host/target specific installation notes for AIX.

David
===============================================================================
David Edelsohn                                      T.J. Watson Research Center
dje@watson.ibm.com                                  P.O. Box 218
+1 914 945 4364 (TL 862)                            Yorktown Heights, NY 10598


More information about the Gcc-bugs mailing list