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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2004 15:01:36 -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 pinskia at gcc dot gnu dot org 2004-02-16 15:01 -------
Again this cannot be a GCC issue as GCC does not use __ctype_b at all in any of it headers except for
libstdc++ but that is ifdef on the version of glibc so it cannot be this problem because this happening
too soon. Again it looks like your headers do not match the version of the library which is installed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14157