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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message