This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
AIX 4.3 failing build of plural.c
- From: Tod Thomas <tthomas at chubb dot com>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 12:20:44 -0400
- Subject: AIX 4.3 failing build of plural.c
Please respond to me directly as I don't belong to the list :)
In compiling the 3.1 release of gcc I ran into a problem trying to
compile the plural.c program. Once I installed the latest version of
Bison (v1.35) and reparsed the plural.y with it, the compile worked
successfully.
I don't know if there is re-processing of the plural.y file every time a
make is attempted, it seems to be implied in the Makefile, but perhaps
it should be forced to always keep the build current? If that is
happeneing, is there a way configure could catch the fact that bison
isn't installed prior to generating the Makefile?
I can provide more details if anybody is interested.
Thanks.