From owner-freebsd-current Fri Mar 8 12:14: 7 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id ABB5737B423 for ; Fri, 8 Mar 2002 12:13:59 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g28KDvg23184; Fri, 8 Mar 2002 12:13:57 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Mar 2002 12:09:54 -0800 From: "David O'Brien" To: Hiten Pandya Cc: current@FreeBSD.org Subject: Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT Message-ID: <20020308120954.C22956@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020308175607.A16026@hpdi.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020308175607.A16026@hpdi.ath.cx>; from hiten@uk.FreeBSD.org on Fri, Mar 08, 2002 at 05:56:08PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message