This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC compile bug on AIX 4.3.2
- To: Grover Davidson <grover at austin dot ibm dot com>
- Subject: Re: GCC compile bug on AIX 4.3.2
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 13 Sep 2000 10:58:27 -0400
- cc: gcc-bugs at gcc dot gnu dot org
>>>>> 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