Date: Fri, 8 Mar 2002 19:23:53 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Hiten Pandya <hiten@uk.FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: binutils (libintl.h) problem (was: weird binutils problem) Message-ID: <20020308192353.A98521@dragon.nuxi.com> In-Reply-To: <20020309031339.A389@hpdi.ath.cx>; from hiten@uk.FreeBSD.org on Sat, Mar 09, 2002 at 03:13:39AM %2B0000 References: <20020309031339.A389@hpdi.ath.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <libintl.h> /* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308192353.A98521>