This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with '-static' in 3.0 release on AIX
- To: Matt_Conway at i2 dot com
- Subject: Re: Problem with '-static' in 3.0 release on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 21 Jun 2001 14:50:10 -0400
- cc: gcc at gcc dot gnu dot org
>>>>> Matt Conway writes:
>> 3) cd gcc
>> 4) explicit bootstrap (make
Matt> I ran "make" (default target) and it failed with:
Sorry, that first step should have been
"make LANGUAGES=c"
Only the "C" language can be built by vendor compilers. Other languages
assume GCC extensions.
David