From owner-freebsd-current Fri Mar 8 19:28: 2 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 7DE2D37B400 for ; Fri, 8 Mar 2002 19:27:59 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g293RvU99391; Fri, 8 Mar 2002 19:27:57 -0800 (PST) (envelope-from obrien) Date: Fri, 8 Mar 2002 19:23:53 -0800 From: "David O'Brien" To: Hiten Pandya Cc: current@FreeBSD.org Subject: Re: binutils (libintl.h) problem (was: weird binutils problem) Message-ID: <20020308192353.A98521@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020309031339.A389@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: <20020309031339.A389@hpdi.ath.cx>; from hiten@uk.FreeBSD.org on Sat, Mar 09, 2002 at 03:13:39AM +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 Sat, Mar 09, 2002 at 03:13:39AM +0000, Hiten Pandya wrote: > Hi, > > I am attaching the output you requested, but I am sure, this wouldn't > be very helpful though: > > /usr/bin/cc (which cc) > Using builtin specs. > gcc version 2.95.3 20010315 (release) (cc -v) > > I also looked at all the Makefiles, but couldn't find a problem related > to this. Out of curiosity, could it be because of a kernel option(s) > which I am using? Nope. Please verify my hypothesis by applying this patch: Index: contrib/binutils/bfd/sysdep.h =================================================================== RCS file: /home/ncvs/src/contrib/binutils/bfd/sysdep.h,v retrieving revision 1.1.1.6 diff -u -r1.1.1.6 sysdep.h --- contrib/binutils/bfd/sysdep.h 27 Jan 2002 11:58:14 -0000 1.1.1.6 +++ contrib/binutils/bfd/sysdep.h 9 Mar 2002 03:22:17 -0000 @@ -132,6 +132,7 @@ #endif #ifdef ENABLE_NLS +#error "ENABLE_NLS defined !!" #include /* Note the use of dgetext() and PACKAGE here, rather than gettext(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message