> 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().

Hi,

I have tested your patch, and it seems it gives me the following output,
which I beleive, is trying to say that ENABLE_NLS has been defined
somewhere. :(


-- start of attached log --
make  all-recursive
Making all in doc
Making all in po
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. 
-I. -I./../include  -I./../intl -I../intl   -W -Wall -g -O2 -c archive.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl 
-I../intl -W -Wall -g -O2 -c archive.c -o archive.o
In file included from archive.c:131:
sysdep.h:135: #error "ENABLE_NLS defined !!"
sysdep.h:136: libintl.h: No such file or directory
*** Error code 1

Stop in /data/dev/src/contrib/binutils/bfd.
*** Error code 1

Stop in /data/dev/src/contrib/binutils/bfd.
*** Error code 1

Stop in /data/dev/src/contrib/binutils/bfd.
-- end of attached log --

-- 
Hiten Pandya
http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD)
http://www.FreeBSD.org - The Power to Serve

Attachment: msg35886/pgp00000.pgp
Description: PGP signature

Reply via email to