Hello, I just try to build binutils-050406 on Solaris 8, with the following configuration:
(cd build_bin; ../binutils-050406/configure --prefix=${GCC_DIR}/gcc_400/${ARCH} --disable-nls) (cd build_bin; make) and the build process brings the following error: make[3]: Entering directory `/home/gcc_compile/sol8/build_bin/binutils' gcc -DHAVE_CONFIG_H -I. -I../../binutils-050406/binutils -I. -D_GNU_SOURCE -I. -I../../binutils-050406/binutils -I../bfd -I../../binutils-050406/binutils/../bfd -I../../binutils-050406/binutils/../include -I../../binutils-050406/binutils/../intl -I../intl -DLOCALEDIR="\"/opt/gnu_2004/gcc_400/sol8/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c ../../binutils-050406/binutils/size.c In file included from ../../binutils-050406/binutils/size.c:32: ../../binutils-050406/binutils/bucomm.h:144: warning: `textdomain' redefined ../intl/libintl.h:171: warning: this is the location of the previous definition ../../binutils-050406/binutils/bucomm.h:145: warning: `bindtextdomain' redefined ../intl/libintl.h:172: warning: this is the location of the previous definition make[3]: *** [size.o] Error 1 make[3]: Leaving directory `/home/gcc_compile/sol8/build_bin/binutils' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gcc_compile/sol8/build_bin/binutils' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/home/gcc_compile/sol8/build_bin/binutils' make: *** [all-binutils] Error 2 Binutils ver. 050228 build without problems, on the same machine, with the same options. Compiler is gcc 2.95.3. I just try to build it with --disable-werror, as proposed in another posting to the list. Is there in general a problem to compile it with --disable-werror? kind regards, Roland Lengfeldner -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils