This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: gengenrtl needs to link with libintl

[Get raw message]
On Mon, Nov 12, 2001 at 07:16:28PM -0500, John David Anglin wrote:
> > Index: mkconfig.sh
> > --- mkconfig.sh	2001/08/13 15:52:19	1.6
> > +++ mkconfig.sh	2001/11/12 22:00:10
> 
> Now well into stage2 so I think it works.

Good to hear.

> > +# Prevent obstack.c from thinking it can do i18n of its error message
> > +# when it's being linked against a build-side program.
> > +echo '#ifdef GENERATOR_FILE'
> > +echo '# undef HAVE_LIBINTL_H'
> > +echo '#endif'
> > +
> >  ) > $output.T
> 
> DJ may do a merge from glibc.  If he does, then I think ENABLE_NLS should
> be undefined rather than HAVE_LIBINTL_H.

Should I hold off for this merge, or apply the patch now and we can
change it later if DJ does his merge?

zw


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