This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
java in GCC 3.1: checking for nl_langinfo is not enough
- From: Marc Espie <espie at nerim dot net>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 30 May 2002 00:49:40 +0200
- Subject: java in GCC 3.1: checking for nl_langinfo is not enough
- Reply-to: espie at nerim dot net
This doesn't guarantee that nl_langinfo(CODESET) will work, because
CODESET may fail to be defined... and indeed it's not defined on OpenBSD...
In fact, it's only an issue in java, since main gcc's configure appears
to have the correct test...
Some java maintainer to fix that ? this breaks bootstraps of java on
OpenBSD...