This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: message translation fixes
- To: rittle at labs dot mot dot com
- Subject: Re: message translation fixes
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Tue, 16 Oct 2001 21:23:38 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200110170419.f9H4Jqm67631@latour.rsch.comm.mot.com>
On Tue, Oct 16, 2001 at 11:19:52PM -0500, Loren James Rittle wrote:
> I removed my local work-around, applied your patch and rebuilt all
> generated files. I reviewed your patch, thus I also rm'd all copies
> of libintl.h under $(objdir) in an already built tree.
> `make quickstrap' completed. I looked at the newly-generated
> auto-host.h and doubled-checked that the bootstrap failure point was
> indeed rebuilt properly by touching gcc/c-parse.c and making
> quickstrap again while observing all output.
Thanks for testing. Can you please also verify that the built compiler
does contain calls to gettext, e.g. by "nm -o c-*.o | grep gettext"?
zw