On Fri, Mar 08, 2002 at 05:56:08PM +0000, Hiten Pandya wrote: > >/data/dev/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/sysdep.h:135: > libintl.h: No such file or directory
This only happens if ENABLE_NLS is defined. However, $ cd /usr/src/gnu/usr.bin/binutils $ find . -type f |xargs grep ENABLE_NLS ./as/alpha-freebsd/config.h:/* #define ENABLE_NLS 1 */ ./as/i386-freebsd/config.h:/* #define ENABLE_NLS 1 */ ./as/powerpc-freebsd/config.h:/* #define ENABLE_NLS 1 */ ./as/sparc64-freebsd/config.h:/* #define ENABLE_NLS 1 */ ./as/ia64-freebsd/config.h:/* #undef ENABLE_NLS */ ./gdb/config.h:#define ENABLE_NLS 1 ./ld/config.h:/* #define ENABLE_NLS 1 */ ./libbfd/config.h.fbsd:/* #define ENABLE_NLS 1 */ ./libbinutils/config.h:/* #define ENABLE_NLS 1 */ ./libopcodes/config.h:/* #define ENABLE_NLS 1 */ ./gdb5/config.h:#define ENABLE_NLS 1 ./ld.emu/config.h:/* #define ENABLE_NLS 1 */ shows it is not enabled for non-gdb bits. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message