problem with latest cvs
Benjamin Kosnik
bkoz@redhat.com
Mon Mar 26 12:25:00 GMT 2001
this is the correct list for this question.
> I have checked out the latest CVS tree (gcc-3_0-branch)
> and built a c/c++ compiler for a i686/linux system.
hmm.
> #include <vector>
> using std::vector;
> int main(){
> vector<int> v(10);
> return 0;
> }
>
> The error is:
> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/libstdc++.so:
> undefined reference to `std::locale::id::_S_highwater'
Hmm. I don't get this. you might try using just the default configure
options, and or using current binutils?
-benjamin
More information about the Libstdc++
mailing list