From owner-freebsd-current Fri Mar 8 12:26:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from web21107.mail.yahoo.com (web21107.mail.yahoo.com [216.136.227.109]) by hub.freebsd.org (Postfix) with SMTP id B9AFD37B404 for ; Fri, 8 Mar 2002 12:26:10 -0800 (PST) Message-ID: <20020308202609.89576.qmail@web21107.mail.yahoo.com> Received: from [62.254.0.4] by web21107.mail.yahoo.com via HTTP; Fri, 08 Mar 2002 12:26:09 PST Date: Fri, 8 Mar 2002 12:26:09 -0800 (PST) From: Hiten Pandya Reply-To: hiten@uk.FreeBSD.org Subject: Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT To: obrien@FreeBSD.org, Hiten Pandya Cc: current@FreeBSD.org In-Reply-To: <20020308120954.C22956@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Saying that, I haven't use ENABLE_NLS anywhere. This happened to me, a couple of weeks ago, but I had to go Germany, so I wasn't able to report it then. All my buildworld's use to work perfectly, but I am getting this problem for some reason which I can't seem to figure out. Also, I downloaded a clean copy of the binutils tree, but I am still having the same problem. I tried this: #cd /usr/src/contrib #rm -rf binutils #cd /usr/src/supfiles #cvsup -L2 -g srcsup U binutils/... .. .. But still.. the same problem occurs to me. Shall I try with the copy from http://www.gnu.org and see if it works? --- David O'Brien wrote: > 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. __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message