Date: Mon, 22 Nov 1999 18:04:45 -0800 From: "David O'Brien" <obrien@NUXI.com> To: "Kenneth D. Merry" <ken@kdm.org> Cc: alpha@FreeBSD.ORG Subject: Re: -current build problem in gcc/cc1plus Message-ID: <19991122180445.L80486@dragon.nuxi.com> In-Reply-To: <199911222228.PAA41923@panzer.kdm.org>; from ken@kdm.org on Mon, Nov 22, 1999 at 03:28:31PM -0700 References: <199911222228.PAA41923@panzer.kdm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> ===> cc1plus > bison --broken-undeftoken-init -d -o parse.c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/parse.y > bison: unrecognized option `--broken-undeftoken-init' > Usage: bison [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix] > [--debug] [--defines] [--fixed-output-files] [--no-lines] > [--verbose] [--version] [--help] [--yacc] > [--no-parser] [--token-table] > [--file-prefix=prefix] [--name-prefix=prefix] > [--output=outfile] grammar-file "--broken-undeftoken-init" is a non-documented FreeBSD'ism to make Bison 1.28 bug-for-bug compatible with Bison 1.25. This was added in the the Bison 1.28 upgrade in August to allow the upgrade to happen. EGCS's cc1plus in our environment depends on the 1.25 bug. Being undocumented I did not add it to the usage(), thus it isn't shown above. Can you determine what Bison's you have installed (maybe the port?) and their versions (bison --version), and run ``strings /usr/bin/bison |grep broken''. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991122180445.L80486>