This is the mail archive of the gcc-patches@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: PATCH: replace obsolete GCC libintl with top-level libintl fromnewest gettext distribution


On Wed, 2 Jul 2003, Zack Weinberg wrote:

> This patch removes the obsolete (0.10.40) libintl which GCC had in
> gcc/intl; instead, I bring in the latest (0.12.1) libintl and put it
> at top level, matching binutils/gdb which has had a top level 'intl'
> directory for some time.  (Note that the libintl they have is even
> older than GCC's current one - it dates to 1998 and does not appear to
> have a version number.)

You'll need to update contrib/gcc_update, which references
gcc/intl/plural.[cy].

(plural.c is in CVS since bootstrap on systems with libintl in libc won't
create it for the release tarballs; it would be nice for this to get fixed
at some point, whether through arranging for the directory always to get
built but not always to get used, or through having the release script
configure with --with-included-gettext.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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