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


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