Advertisement
marcopolo1613

Untitled

Oct 7th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. mrd8657@linux-new:~$ g++-4.6 hw4pr4.cpp -std=c++0x -o test1
  2. /tmp/cc7zyF98.o: In function `main':
  3. hw4pr4.cpp:(.text+0x1f): undefined reference to `Chrono::Date::Date()'
  4. hw4pr4.cpp:(.text+0x2a): undefined reference to `Chrono::Date::Date()'
  5. hw4pr4.cpp:(.text+0x35): undefined reference to `Chrono::Date::Date()'
  6. hw4pr4.cpp:(.text+0x5c): undefined reference to `Chrono::operator>>(std::basic_i stream<char, std::char_traits<char> >&, Chrono::Date&)'
  7. hw4pr4.cpp:(.text+0xb9): undefined reference to `Chrono::Date::operator++(int)'
  8. hw4pr4.cpp:(.text+0xe0): undefined reference to `Chrono::operator!=(Chrono::Date const&, Chrono::Date const&)'
  9. hw4pr4.cpp:(.text+0x10a): undefined reference to `Chrono::operator==(Chrono::Dat e const&, Chrono::Date const&)'
  10. hw4pr4.cpp:(.text+0x12d): undefined reference to `Chrono::Date::operator++()'
  11. hw4pr4.cpp:(.text+0x13c): undefined reference to `Chrono::operator!=(Chrono::Dat e const&, Chrono::Date const&)'
  12. hw4pr4.cpp:(.text+0x177): undefined reference to `Chrono::operator<<(std::basic_ ostream<char, std::char_traits<char> >&, Chrono::Date const&)'
  13. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement