Sorry, me again,

On Fri, Jan 16, 2015 at 05:57:03PM +0100, Michael Weiser wrote:

> compiling bison 3.0.3 with gcc-4.0.1 (Apple Inc. build 5493) (latest
> available on Mac OS X 10.5) fails with the following error:

I just remembered that there also is a gcc 4.2.1 available as gcc-4.2.
And indeed, configuring with CC=gcc-4.2 works around the problem.

> -AM_CPPFLAGS = -I. -Ilib -I$(top_srcdir) -I$(top_srcdir)/lib
> +AM_CPPFLAGS = -I. -I./lib -I$(top_srcdir) -I$(top_srcdir)/lib

But since the change is minimal, I'd still like to advocate it.
-- 
Thank you,
Michael

Reply via email to