This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] test for libiconv in configure
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: [PATCH] test for libiconv in configure
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 08 Nov 2000 15:05:43 -0500
- cc: libstdc++ at sources dot redhat dot com
>>>>> Gabriel Dos Reis writes:
> David Edelsohn <dje@watson.ibm.com> writes:
> | * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test
> | for libiconv.a
Gabriel> Where is this used? And what happens if not found. Please don't
Gabriel> hesitate to be descriptive. Thanks.
On AIX, libiconv.a provides iconv(), iconv_open(), and
iconv_close() used by wchar_t support. If the library is not referenced,
the functions are not found and libstdc++ does not correctly handle
wchar_t support on AIX.
David