Need advise how to add iconv library check to binutils configure.

Eric Christopher echristo@apple.com
Thu May 31 08:36:00 GMT 2007


On May 31, 2007, at 1:25 AM, Kai Tietz wrote:

> Hello,
>
> I need some advice how to add the "iconv" library to the "binutils"
> configuration. The main question is about the reuse of the "iconv.m4"
> pattern existing in the "config" folder.
> Can somebody give me a hint ?

Your own in-tree libiconv or that iconv exists? Why not just do  
AC_CHECK_HEADER (iconv.h) and
AM_ICONV? Also, don't forget that libintl depends on iconv as well...

-eric



More information about the Binutils mailing list