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

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


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

> Eric Christopher <echristo@apple.com> wrote on 31.05.2007 10:36:06:
>
>>> 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...
>
> Thanks ;) , I will try. About the AM_ICONV I didn't thought.

Might want to look at how gcc/libcpp does it, we use it there :)

-eric



More information about the Binutils mailing list