There is a configuration parameter to influence how INCINTL gets set in
config.intl.
--with-libintl-prefix[=DIR] search for libintl in DIR/include and
DIR/lib
However, the configured value for INCINTL is not written to config.intl
in binutils-2.22/intl/configure.
I am compiling on mingw
In binutils-2.22/binutils/rename.c, bucomm.h is included before sys/stat.h.
bucomm.h uses a structure from sys/stat.h resulting in a compile error
under gcc 4.7.
--- binutils/binutils/rename.c2009-09-02 00:22:32 -0700
+++ binutils/binutils/rename.c2012-02-05 15:53:32 -0800
@@ -20,10 +