Guest User

Untitled

a guest
Sep 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. mingw32-g++ temp.obj -lstdc++
  2.  
  3. temp.obj:(.text+0xca2): undefined reference to `__dso_handle'
  4. temp.obj:(.text+0xcb6): undefined reference to `__cxa_atexit'
  5. temp.obj:(.text$_ZNKSs5_XranEv[std::basic_string<char,std::char_traits<char>,std::allocator<char>'
  6.  
  7. temp.obj:(.text$_ZNKSs5_XlenEv[std::basic_string<char, std::char_traits<char>, std::allocator<char>'
  8. temp.obj:(.text$_ZNSs5_CopyEjj[std::basic_string<char, std::char_traits<char>, std::allocator<char>
  9. ion::exception(char const* const&)'
  10. collect2: ld returned 1 exit status
Add Comment
Please, Sign In to add comment