help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking Problem


From: Paulo Matos
Subject: Re: Linking Problem
Date: 10 Nov 2005 10:32:02 -0800
User-agent: G2/0.2

It seems I was wrong. My build was OK initially, but for some reason
building gcc in the same dir makes parse.h blank afterwards. Anyway,
compiling gives the following error with 3.3.4 and 2.95:
In file included from
../../../../gcc-3.0.4/libstdc++-v3/src/locale.cc:557:
/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:
In
   constructor `std::ctype<char>::ctype(const short unsigned int*,
bool,
   unsigned int)':
/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:44:
`__ctype_toupper'
   undeclared (first use this function)
/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:44:
(Each
   undeclared identifier is reported only once for each function it
appears
   in.)
/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:44:
`__ctype_tolower'
   undeclared (first use this function)
/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:45:
`__ctype_b'
   undeclared (first use this function)
make[3]: *** [locale.lo] Error 1
make[3]: Leaving directory
`/home/pocm/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src'

Any ideas what the problem might be?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]