This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Convert 3.2 sources to ISO C90
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Stan Shebs <shebs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 05 Jun 2002 17:35:33 -0400
- Subject: Re: Convert 3.2 sources to ISO C90
>>>>> Stan Shebs writes:
Stan> Ironically, I'll bet a large percentage of that group already has
Stan> GCC on their systems, but configure prefers "cc" over "gcc" (for
Stan> good reasons I suppose), so it'll find the pre-ISO compiler even if
Stan> a working GCC is available...
Configure prefers "gcc" over "cc". The reason none of the HP
testers see the problem is that configure always finds gcc, so they never
test building with cc which presumably is on their HP/UX system.
Do the people building gcc not have gcc in their path?
David