This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: problem with latest cvs



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


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