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]

Undefined references from libstdc++?



Can anyome point me in the right direction please? These occur when linking in libstdc++

/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_widen(char const*, char const*, char*) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::locale::locale[in-charge](std::locale const&)'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::__num_base::_S_format_int(std::ios_base const&, char*, char, char)'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_tolower(char*, char const*) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::locale::locale[in-charge]()'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_scan_not(unsigned short, char const*, char const*) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::__timepunct<char>::_S_timezones'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::ctype[not-in-charge](unsigned short const*, bool, unsigned)'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::locale::operator==(std::locale const&) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_scan_is(unsigned short, char const*, char const*) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::locale::_Impl::_S_facet_categories'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::codecvt<char, char, __mbstate_t>::id'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::money_base::_S_default_pattern'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::locale::facet::facet[not-in-charge](unsigned)'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_toupper(char*, char const*) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_tolower(char) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::do_is(unsigned short, char) const'
/products/gcc-3.1.1/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/../../../libstdc++.so: undefined reference to `std::ctype<char>::id'



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