This is the mail archive of the gcc-help@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]

Re: trouble compiling


Pavel <scr@mail.kz> writes:

> HI!
> I can't compile gcc3.2!
> error:
> ===
> 
> In file included from ../../../../libstdc++-v3/src/locale.cc:408:
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h: 
> In
>    static member function `static const short unsigned int*
>    std::ctype<char>::classic_table()':
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h:45: 
> `
>    __ctype_b' undeclared (first use this function)
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h:45: 
> (Each
>    undeclared identifier is reported only once for each function it appears
>    in.)
> In file included from ../../../../libstdc++-v3/src/locale.cc:408:
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h: 
> In
>    constructor `std::ctype<char>::ctype(const short unsigned int*, bool,
>    unsigned int)':
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h:68: 
> `
>    __ctype_toupper' undeclared (first use this function)
> /usr/src/gcc-3.2-20020903/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h:68: 
> `
>    __ctype_tolower' undeclared (first use this function)
> make[4]: *** [locale.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive-am] Error 2
> make[1]: *** [all-target-libstdc++-v3] Error 2
> make: *** [bootstrap] Error 2
> ===
> 
> What i need todo???

Please tell us what platform you are on, as given by 'uname -a', what
    compiler version you are using to build gcc 3.2 with, using
    'gcc -v', and which glibc version you have, using 
    'ls -l /lib/libc*' .
    


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