This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14157] undefined reference to `__ctype_b' (can't compile gcc for avr using gcc3.3.3)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]