000
08.03.2006, 19:51 Uhr
~Lukas_hat_robleme
Gast
|
Hallo zusammen,
ich habe folgendes Problem beim Linken meiner *.o Dateien mit dem g++ - Compiler:
C++: |
make object g++ -O3 -Wall -pipe frequency.o Version.o ratio.o mapping.o (.text+0x123f): In function `Cmathmarker::integrate(std::vector<matrix_member, std::allocator<matrix_member> >, CClassMath&, double)': /usr/include/c++/3.2.3/bits/stl_vector.h:123: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& operator<< <unsigned int>(std::basic_ostream<char, std::char_traits<char> >&, std::vector<unsigned int, std::allocator<unsigned int> >)'
collect2: ld returned 1 exit status make: *** [object] Fehler 1
Compilation exited abnormally with code 2 at Wed Mar 8 19:41:40
|
Irgendwie scheint der Compiler also die Library, in der "basic_ostream" drin steht, nicht zu finden. Was tun?
Besten Dank!
Gruß, Lukas |