This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14157] undefined reference to `__ctype_b' (can't compile gcc for avr using gcc3.3.3)
- From: "cmosis5 at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2004 14:45:15 -0000
- Subject: [Bug c/14157] undefined reference to `__ctype_b' (can't compile gcc for avr using gcc3.3.3)
- References: <20040216131401.14157.cmosis5@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cmosis5 at hotmail dot com 2004-02-16 14:45 -------
(In reply to comment #1)
> This is not a bug in GCC, the problem for you looks like you are using a new
or older version of glibc
> headers than what the glibc library you have.
Nope, it appears to be a problem with RedHat's newest glibc, here is a summary
of what I have found experts saying:
"The glibc-2.3.2-5 exports __ctype_b as compatibility
symbol, but glibc-2.3.2-11.9 doesn't. "
My question is, is GCC using ctype_b in a way that it shouldn't be?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14157