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


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

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

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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