This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

2.2.93 build fails


Hi all,

    I tried to build 2.2.93 but make fails at the following point:

In file included from gconv_charset.h:21,
                 from iconv_open.c:27:
../include/ctype.h: In function `__ctype_b_loc':
../include/ctype.h:29: warning: implicit declaration of function `__libc_tsd_address'
../include/ctype.h:29: `CTYPE_B' undeclared (first use in this function)
../include/ctype.h:29: (Each undeclared identifier is reported only once
../include/ctype.h:29: for each function it appears in.)
./include/ctype.h: In function `__ctype_toupper_loc':
../include/ctype.h:39: `CTYPE_TOUPPER' undeclared (first use in this function)
../include/ctype.h: In function `__ctype_tolower_loc':
../include/ctype.h:49: `CTYPE_TOLOWER' undeclared (first use in this function)
make[2]: *** [/usr/src/glibc-2.2.93/build/iconv/iconv_open.o] Error 1
make[1]: *** [iconv/subdir_lib] Error 2
make: *** [all] Error 2


i686, GCC 3.2, Binutils 2.13, Linux 2.4.19-pre5


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