Guest User

Untitled

a guest
Jun 16th, 2012
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. gcc /mnt/goga/FahTCel.cpp
  2. /tmp/cc2WUsSd.o: In function `main':
  3. FahTCel.cpp:(.text+0x1a): undefined reference to `std::cout'
  4. FahTCel.cpp:(.text+0x1f): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  5. FahTCel.cpp:(.text+0x2e): undefined reference to `std::cin'
  6. FahTCel.cpp:(.text+0x33): undefined reference to `std::basic_istream<char, std::char_traits<char> >::operator>>(int&)'
  7. FahTCel.cpp:(.text+0x70): undefined reference to `std::cout'
  8. FahTCel.cpp:(.text+0x75): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  9. FahTCel.cpp:(.text+0x83): undefined reference to `std::cout'
  10. FahTCel.cpp:(.text+0x88): undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(int)'
  11. /tmp/cc2WUsSd.o: In function `__static_initialization_and_destruction_0(int, int)':
  12. FahTCel.cpp:(.text+0xba): undefined reference to `std::ios_base::Init::Init()'
  13. FahTCel.cpp:(.text+0xc2): undefined reference to `std::ios_base::Init::~Init()'
  14. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment