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]

glibc-2.2.93 can't compile gcc-3.2


__ctype_b
__ctype_toupper
__ctype_tolower

... undeclared while recompiling gcc-3.2 with glibc-2.2.93 using gcc-3.2
(originally compiled with glibc-2.2.5)

Jeff.




Details ...

/v6/src2/gcc-3.2/obj/gcc/xgcc -shared-libgcc -B/v6/src2/gcc-3.2/obj/gcc/
-nostdinc++ -L/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/src
-L/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/i586-pc-linux-gnu/bin/ -B/usr/i586-pc-linux-gnu/lib/
-isystem /usr/i586-pc-linux-gnu/include-nostdinc++
-I/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu
-I/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include
-I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/libmath
-g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W
-Wwrite-strings -Winline -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g
-c ../../../../libstdc++-v3/src/locale.cc  -fPIC -DPIC -o .libs/locale.o

In file included from ../../../../libstdc++-v3/src/locale.cc:406:
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h: In
   static member function `static const short unsigned int*
   std::ctype<char>::classic_table()':
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h:45: `
   __ctype_b' undeclared (first use this function)
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h:45: (Each
   undeclared identifier is reported only once for each function it appears
   in.)
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h: In
   constructor `std::ctype<char>::ctype(int*, const short unsigned int*,
bool, unsigned int)':
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h:61: `
   __ctype_toupper' undeclared (first use this function)
/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu/bi
ts/ctype_noninline.h:61: `
   __ctype_tolower' undeclared (first use this function)
make[3]: *** [locale.lo] Error 1
make[3]: Leaving directory
`/v6/src2/gcc-3.2/obj/i586-pc-linux-gnu/libstdc++-v3/
src'



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