Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. g++ main.cpp -o exeUndefined symbols for architecture x86_64: "testing::internal::StrStreamToString(std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >*)", referenced from:
  2. testing::Message::GetString() constin ccbn3Uoq.o
  3. "testing::AssertionSuccess()", referenced from:
  4. testing::AssertionResult testing::internal::CmpHelperEQ<int, int>(char const*, char const*, int const&, int const&)in ccbn3Uoq.o
  5. "testing::internal::EqFailure(char const*, char const*, testing::internal::String const&, testing::internal::String const&, bool)", referenced from:
  6. testing::AssertionResult testing::internal::CmpHelperEQ<int, int>(char const*, char const*, int const&, int const&)in ccbn3Uoq.o
  7. "testing::internal::IsTrue(bool)", referenced from:
  8. testing::internal::scoped_ptr<testing::internal::String>::reset(testing::internal::String*)in ccbn3Uoq.o
  9. "testing::internal::AssertHelper::AssertHelper(testing::TestPartResult::Type, char const*, int, char const*)", referenced from:
  10. _main in ccbn3Uoq.o
  11. "testing::internal::AssertHelper::operator=(testing::Message const&) const", referenced from:
  12. _main in ccbn3Uoq.o
  13. "testing::internal::AssertHelper::~AssertHelper()", referenced from:
  14. _main in ccbn3Uoq.o
  15. ld: symbol(s) not found for architecture x86_64
  16. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement