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]

Re: gengenrtl needs to link with libintl


> FYI libiberty has no support for HAVE_LIBINTL_H in configure.  Doesn't
> even test for it.  Unless some magic is going on behind my back,
> --enable-nls is not needed because it would never do anything.

Do you think configure should support HAVE_LIBINTL_H?  At the moment,
there are no po files for the messages from getopt.c, obstack.c and regex.c
and as you note configure doesn't support HAVE_LIBINTL_H.  Another
option to prevent the interaction with gcc's config.h and any other
package which uses libiberty might be to unconditionally disable the
HAVE_LIBINTL_H (NLS) code in these functions.

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]