This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
* configure.in: Test for libintl.h.
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 29 Apr 2003 06:26:11 -0500 (CDT)
- Subject: * configure.in: Test for libintl.h.
Phil, is it possible that this patch broke rebuild/bootstrap of
libstdc++-v3 on a port with:
i386-unknown-freebsd4.8/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_gettext'
while building abi_check? and then every link test during a make check?
I have /usr/local/include/libintl.h on my system but no
/usr/include/libintl.h . Likewise, support for that header is not in
libc since I installed GNU libintl. If you want to use stuff declared
out of <libintl.h>, you have to link -lintl using one of the various
techniques.
I have confirmed that if I merely add: -lintl to the end of the
command line, then it works as expected.
Regards,
Loren