This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]