Another bootstrap error: fixinc/gnu-regex.c and _nl_msg_cat_cntr

Richard Earnshaw rearnsha@arm.com
Thu Dec 14 04:23:00 GMT 2000


> 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.




More information about the Gcc mailing list