This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Another bootstrap error: fixinc/gnu-regex.c and _nl_msg_cat_cntr
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Another bootstrap error: fixinc/gnu-regex.c and _nl_msg_cat_cntr
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Thu, 14 Dec 2000 12:22:47 +0000
- Cc: gcc at gcc dot gnu dot org, Bruce Korb <bkorb at gnu dot org>
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> Yet another bootstrap error, this time in fixinc (which has never been
> broken for me before).
>
> Seen on i386-unknown-freebsd4.2 for a plain bootstrap with
> ./configure --enable-languages=c.
The same is happening on solaris-2.5.1.
This is because the #include of auto-host.h has now been moved before the
#ifdef ENABLE_NLS, so gnu-regex.c is now nls enabled. Unfortunately, the
makefile makes no attempt to link in ../intl, despite the comment in the
code saying that it does :-(
Not sure what the fix is, off-hand -- if you revert r1.11->r1.10 in
gnu-regex.c, you can get things building again for now.
R.