Guest User

Untitled

a guest
Jul 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 143.06 KB | None | 0 0
  1. colorgcc -MM main.c > deps/main.d.tmp
  2. colorgcc -m64 -c -o objs/main.o main.c
  3. colorgcc -m64 objs/main.o -Wall -I /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/include -L /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl -lSDL -lSDLmain -lm -lnosys -lppapi_cpp -lppapi -o nacl-sdl-test.nexe
  4. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_systimer.o): In function `SDL_Delay':
  5. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/timer/unix/SDL_systimer.c:113: warning: the stub `__errno' is not thread-safe, don't use it in multi-threaded environment
  6. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_fatal.o): In function `SDL_UninstallParachute':
  7. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/SDL_fatal.c:116: warning: the `signal' function is not implemented and will always fail
  8. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libnosys.a(__errno.o): In function `__errno':
  9. __errno.c:(.text+0x3): warning: the stub `errno' is not thread-safe, don't use it in multi-threaded environment
  10. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `NACL_VideoQuit':
  11. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:240: undefined reference to `operator new(unsigned int)'
  12. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `NACL_UpdateRects':
  13. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:207: undefined reference to `operator new(unsigned int)'
  14. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `NACL_SetVideoMode':
  15. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:166: undefined reference to `operator new(unsigned int)'
  16. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `SDL_NACL_SetInstance':
  17. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:41: undefined reference to `operator new(unsigned int)'
  18. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:41: undefined reference to `operator delete(void*)'
  19. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `NACL_CreateWMCursor':
  20. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:219: undefined reference to `operator new(unsigned int)'
  21. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `NACL_FreeWMCursor':
  22. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclvideo.cc:215: undefined reference to `operator delete(void*)'
  23. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o): In function `~MainThreadJob':
  24. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/MainThreadRunner.h:96: undefined reference to `operator delete(void*)'
  25. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o):(.rodata._ZTV13MainThreadJob[vtable for MainThreadJob]+0x10): undefined reference to `__cxa_pure_virtual'
  26. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o):(.rodata._ZTI13MainThreadJob[typeinfo for MainThreadJob]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  27. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  28. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclvideo.o):(.eh_frame+0x16f): undefined reference to `__gxx_personality_v0'
  29. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o): In function `~AudioConfig':
  30. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/cpp/audio_config.h:57: undefined reference to `operator delete(void*)'
  31. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o): In function `~Audio':
  32. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/cpp/audio.h:23: undefined reference to `operator delete(void*)'
  33. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o):(.rodata._ZTIN2pp5AudioE[typeinfo for pp::Audio]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  34. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o):(.rodata._ZTIN2pp11AudioConfigE[typeinfo for pp::AudioConfig]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  35. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  36. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclaudio.o):(.eh_frame+0xcf): undefined reference to `__gxx_personality_v0'
  37. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o): In function `std::list<MainThreadRunner::JobEntry*, std::allocator<MainThreadRunner::JobEntry*> >::_M_erase(std::_List_iterator<MainThreadRunner::JobEntry*>)':
  38. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_list.h:1424: undefined reference to `std::_List_node_base::unhook()'
  39. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o): In function `__gnu_cxx::new_allocator<std::_List_node<MainThreadRunner::JobEntry*> >::deallocate(std::_List_node<MainThreadRunner::JobEntry*>*, unsigned int)':
  40. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  41. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  42. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  43. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  44. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  45. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o):/home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: more undefined references to `operator delete(void*)' follow
  46. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o): In function `__gnu_cxx::new_allocator<std::_List_node<MainThreadRunner::JobEntry*> >::allocate(unsigned int, void const*)':
  47. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  48. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o): In function `std::list<MainThreadRunner::JobEntry*, std::allocator<MainThreadRunner::JobEntry*> >::_M_insert(std::_List_iterator<MainThreadRunner::JobEntry*>, MainThreadRunner::JobEntry* const&)':
  49. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_list.h:1408: undefined reference to `std::_List_node_base::hook(std::_List_node_base*)'
  50. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  51. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(MainThreadRunner.o):(.eh_frame+0x123): undefined reference to `__gxx_personality_v0'
  52. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::deallocate(SDL_Event**, unsigned int)':
  53. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  54. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event**>::allocate(unsigned int, void const*)':
  55. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  56. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event**>::deallocate(SDL_Event***, unsigned int)':
  57. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  58. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::_Deque_base<SDL_Event*, std::allocator<SDL_Event*> >::_M_allocate_map(unsigned int)':
  59. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:87: undefined reference to `std::__throw_bad_alloc()'
  60. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::allocate(unsigned int, void const*)':
  61. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  62. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  63. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_leak()':
  64. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/basic_string.h:297: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_leak_hard()'
  65. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_dispose(std::allocator<char> const&)':
  66. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/basic_string.h:227: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  67. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::allocate(unsigned int, void const*)':
  68. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  69. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  70. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  71. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  72. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  73. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_dispose(std::allocator<char> const&)':
  74. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/basic_string.h:231: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  75. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `SDL_NACL_PushEvent':
  76. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_naclevents.cc:234: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  77. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::allocate(unsigned int, void const*)':
  78. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  79. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::_Deque_base<SDL_Event*, std::allocator<SDL_Event*> >::_M_create_nodes(SDL_Event***, SDL_Event***)':
  80. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:540: undefined reference to `__cxa_begin_catch'
  81. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::deallocate(SDL_Event**, unsigned int)':
  82. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  83. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::_Deque_base<SDL_Event*, std::allocator<SDL_Event*> >::_M_create_nodes(SDL_Event***, SDL_Event***)':
  84. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:543: undefined reference to `__cxa_rethrow'
  85. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:540: undefined reference to `__cxa_end_catch'
  86. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event*>::deallocate(SDL_Event**, unsigned int)':
  87. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  88. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event**>::deallocate(SDL_Event***, unsigned int)':
  89. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  90. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event**>::allocate(unsigned int, void const*)':
  91. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:89: undefined reference to `operator new(unsigned int)'
  92. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::_Deque_base<SDL_Event*, std::allocator<SDL_Event*> >::_M_initialize_map(unsigned int)':
  93. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:513: undefined reference to `__cxa_begin_catch'
  94. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `__gnu_cxx::new_allocator<SDL_Event**>::deallocate(SDL_Event***, unsigned int)':
  95. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/ext/new_allocator.h:95: undefined reference to `operator delete(void*)'
  96. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o): In function `std::_Deque_base<SDL_Event*, std::allocator<SDL_Event*> >::_M_initialize_map(unsigned int)':
  97. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:518: undefined reference to `__cxa_rethrow'
  98. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/c++/4.4.3/bits/stl_deque.h:513: undefined reference to `__cxa_end_catch'
  99. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  100. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_naclevents.o):(.eh_frame+0x43): undefined reference to `__gxx_personality_v0'
  101. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `SDLNaclJob::Run(MainThreadRunner::JobEntry*)':
  102. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.cc:17: undefined reference to `operator new(unsigned int)'
  103. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `pp::CompletionCallbackFactory<SDLNaclJob, pp::NonThreadSafeRefCount>::InitBackPointer()':
  104. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/utility/completion_callback_factory.h:537: undefined reference to `operator new(unsigned int)'
  105. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `NewCallbackHelper<pp::CompletionCallbackFactory<SDLNaclJob, pp::NonThreadSafeRefCount>::Dispatcher0<void (SDLNaclJob::*)(int32_t)> >':
  106. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/utility/completion_callback_factory.h:551: undefined reference to `operator new(unsigned int)'
  107. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `SDLNaclJob::Run(MainThreadRunner::JobEntry*)':
  108. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.cc:32: undefined reference to `operator new(unsigned int)'
  109. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.cc:46: undefined reference to `operator new(unsigned int)'
  110. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.cc:32: undefined reference to `operator delete(void*)'
  111. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.cc:46: undefined reference to `operator delete(void*)'
  112. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `pp::CompletionCallbackFactory<SDLNaclJob, pp::NonThreadSafeRefCount>::InitBackPointer()':
  113. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/utility/completion_callback_factory.h:537: undefined reference to `operator delete(void*)'
  114. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `NewCallbackHelper<pp::CompletionCallbackFactory<SDLNaclJob, pp::NonThreadSafeRefCount>::Dispatcher0<void (SDLNaclJob::*)(int32_t)> >':
  115. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/utility/completion_callback_factory.h:551: undefined reference to `operator delete(void*)'
  116. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o): In function `~SDLNaclJob':
  117. /home/jordan/Storage/Downloads/Web/naclports/src/out/repository-x86_64/SDL-1.2.14/SDL-1.2.14-build/../src/video/nacl/SDL_nacljob.h:44: undefined reference to `operator delete(void*)'
  118. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o):/home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/utility/completion_callback_factory.h:430: more undefined references to `operator delete(void*)' follow
  119. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o):(.rodata._ZTI10SDLNaclJob[typeinfo for SDLNaclJob]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  120. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  121. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/x86_64-nacl/usr/lib/libSDL.a(SDL_nacljob.o):(.eh_frame+0xaf): undefined reference to `__gxx_personality_v0'
  122. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o): In function `pp::Audio::StartPlayback()':
  123. audio.cc:(.text+0x7c): undefined reference to `__cxa_guard_acquire'
  124. audio.cc:(.text+0xdc): undefined reference to `__cxa_guard_release'
  125. audio.cc:(.text+0x17c): undefined reference to `__cxa_guard_acquire'
  126. audio.cc:(.text+0x23c): undefined reference to `__cxa_guard_release'
  127. audio.cc:(.text+0x27c): undefined reference to `__cxa_guard_abort'
  128. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o): In function `pp::Audio::Audio(pp::Instance*, pp::AudioConfig const&, void (*)(void*, unsigned int, void*), void*)':
  129. audio.cc:(.text+0x3dc): undefined reference to `__cxa_guard_acquire'
  130. audio.cc:(.text+0x43c): undefined reference to `__cxa_guard_release'
  131. audio.cc:(.text+0x51c): undefined reference to `__cxa_guard_acquire'
  132. audio.cc:(.text+0x5bc): undefined reference to `__cxa_guard_release'
  133. audio.cc:(.text+0x5fc): undefined reference to `__cxa_guard_abort'
  134. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o): In function `pp::Audio::Audio(pp::Instance*, pp::AudioConfig const&, void (*)(void*, unsigned int, void*), void*)':
  135. audio.cc:(.text+0x7dc): undefined reference to `__cxa_guard_acquire'
  136. audio.cc:(.text+0x83c): undefined reference to `__cxa_guard_release'
  137. audio.cc:(.text+0x91c): undefined reference to `__cxa_guard_acquire'
  138. audio.cc:(.text+0x9bc): undefined reference to `__cxa_guard_release'
  139. audio.cc:(.text+0x9fc): undefined reference to `__cxa_guard_abort'
  140. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o): In function `pp::Audio::StopPlayback()':
  141. audio.cc:(.text+0xb3c): undefined reference to `__cxa_guard_acquire'
  142. audio.cc:(.text+0xb9c): undefined reference to `__cxa_guard_release'
  143. audio.cc:(.text+0xc3c): undefined reference to `__cxa_guard_acquire'
  144. audio.cc:(.text+0xcfc): undefined reference to `__cxa_guard_release'
  145. audio.cc:(.text+0xd3c): undefined reference to `__cxa_guard_abort'
  146. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  147. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio.o):(.eh_frame+0x5b): undefined reference to `__gxx_personality_v0'
  148. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio_config.o): In function `pp::AudioConfig::RecommendSampleFrameCount(PP_AudioSampleRate, unsigned int)':
  149. audio_config.cc:(.text+0x19c): undefined reference to `__cxa_guard_acquire'
  150. audio_config.cc:(.text+0x1dc): undefined reference to `__cxa_guard_acquire'
  151. audio_config.cc:(.text+0x23c): undefined reference to `__cxa_guard_release'
  152. audio_config.cc:(.text+0x2dc): undefined reference to `__cxa_guard_release'
  153. audio_config.cc:(.text+0x31c): undefined reference to `__cxa_guard_abort'
  154. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio_config.o): In function `pp::AudioConfig::AudioConfig(pp::Instance*, PP_AudioSampleRate, unsigned int)':
  155. audio_config.cc:(.text+0x49c): undefined reference to `__cxa_guard_acquire'
  156. audio_config.cc:(.text+0x4dc): undefined reference to `__cxa_guard_acquire'
  157. audio_config.cc:(.text+0x53c): undefined reference to `__cxa_guard_release'
  158. audio_config.cc:(.text+0x5bc): undefined reference to `__cxa_guard_release'
  159. audio_config.cc:(.text+0x5fc): undefined reference to `__cxa_guard_abort'
  160. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio_config.o): In function `pp::AudioConfig::AudioConfig(pp::Instance*, PP_AudioSampleRate, unsigned int)':
  161. audio_config.cc:(.text+0x7bc): undefined reference to `__cxa_guard_acquire'
  162. audio_config.cc:(.text+0x7fc): undefined reference to `__cxa_guard_acquire'
  163. audio_config.cc:(.text+0x85c): undefined reference to `__cxa_guard_release'
  164. audio_config.cc:(.text+0x8dc): undefined reference to `__cxa_guard_release'
  165. audio_config.cc:(.text+0x91c): undefined reference to `__cxa_guard_abort'
  166. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio_config.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  167. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(audio_config.o):(.eh_frame+0x8b): undefined reference to `__gxx_personality_v0'
  168. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(core.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  169. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::Flush(pp::CompletionCallback const&)':
  170. graphics_2d.cc:(.text+0x33c): undefined reference to `__cxa_guard_acquire'
  171. graphics_2d.cc:(.text+0x39c): undefined reference to `__cxa_guard_release'
  172. graphics_2d.cc:(.text+0x43c): undefined reference to `__cxa_guard_acquire'
  173. graphics_2d.cc:(.text+0x4dc): undefined reference to `__cxa_guard_release'
  174. graphics_2d.cc:(.text+0x51c): undefined reference to `__cxa_guard_abort'
  175. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::Graphics2D(pp::Instance*, pp::Size const&, bool)':
  176. graphics_2d.cc:(.text+0x65c): undefined reference to `__cxa_guard_acquire'
  177. graphics_2d.cc:(.text+0x6bc): undefined reference to `__cxa_guard_release'
  178. graphics_2d.cc:(.text+0x79c): undefined reference to `__cxa_guard_acquire'
  179. graphics_2d.cc:(.text+0x83c): undefined reference to `__cxa_guard_release'
  180. graphics_2d.cc:(.text+0x87c): undefined reference to `__cxa_guard_abort'
  181. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::Scroll(pp::Rect const&, pp::Point const&)':
  182. graphics_2d.cc:(.text+0x99c): undefined reference to `__cxa_guard_acquire'
  183. graphics_2d.cc:(.text+0x9fc): undefined reference to `__cxa_guard_release'
  184. graphics_2d.cc:(.text+0xa9c): undefined reference to `__cxa_guard_acquire'
  185. graphics_2d.cc:(.text+0xb3c): undefined reference to `__cxa_guard_release'
  186. graphics_2d.cc:(.text+0xb7c): undefined reference to `__cxa_guard_abort'
  187. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::PaintImageData(pp::ImageData const&, pp::Point const&, pp::Rect const&)':
  188. graphics_2d.cc:(.text+0xc7c): undefined reference to `__cxa_guard_acquire'
  189. graphics_2d.cc:(.text+0xcdc): undefined reference to `__cxa_guard_release'
  190. graphics_2d.cc:(.text+0xd9c): undefined reference to `__cxa_guard_acquire'
  191. graphics_2d.cc:(.text+0xe3c): undefined reference to `__cxa_guard_release'
  192. graphics_2d.cc:(.text+0xe7c): undefined reference to `__cxa_guard_abort'
  193. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::PaintImageData(pp::ImageData const&, pp::Point const&)':
  194. graphics_2d.cc:(.text+0xf5c): undefined reference to `__cxa_guard_acquire'
  195. graphics_2d.cc:(.text+0xfbc): undefined reference to `__cxa_guard_release'
  196. graphics_2d.cc:(.text+0x105c): undefined reference to `__cxa_guard_acquire'
  197. graphics_2d.cc:(.text+0x10fc): undefined reference to `__cxa_guard_release'
  198. graphics_2d.cc:(.text+0x113c): undefined reference to `__cxa_guard_abort'
  199. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::ReplaceContents(pp::ImageData*)':
  200. graphics_2d.cc:(.text+0x11fc): undefined reference to `__cxa_guard_acquire'
  201. graphics_2d.cc:(.text+0x125c): undefined reference to `__cxa_guard_release'
  202. graphics_2d.cc:(.text+0x137c): undefined reference to `__cxa_guard_acquire'
  203. graphics_2d.cc:(.text+0x141c): undefined reference to `__cxa_guard_release'
  204. graphics_2d.cc:(.text+0x145c): undefined reference to `__cxa_guard_abort'
  205. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::Graphics2D(pp::Instance*, pp::Size const&, bool)':
  206. graphics_2d.cc:(.text+0x15dc): undefined reference to `__cxa_guard_acquire'
  207. graphics_2d.cc:(.text+0x163c): undefined reference to `__cxa_guard_release'
  208. graphics_2d.cc:(.text+0x171c): undefined reference to `__cxa_guard_acquire'
  209. graphics_2d.cc:(.text+0x17bc): undefined reference to `__cxa_guard_release'
  210. graphics_2d.cc:(.text+0x17fc): undefined reference to `__cxa_guard_abort'
  211. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::Graphics2D::~Graphics2D()':
  212. graphics_2d.cc:(.text+0x64): undefined reference to `operator delete(void*)'
  213. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o): In function `pp::ImageData::~ImageData()':
  214. graphics_2d.cc:(.text._ZN2pp9ImageDataD0Ev[pp::ImageData::~ImageData()]+0x24): undefined reference to `operator delete(void*)'
  215. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o):(.rodata._ZTIN2pp10Graphics2DE[typeinfo for pp::Graphics2D]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  216. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o):(.rodata._ZTIN2pp9ImageDataE[typeinfo for pp::ImageData]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  217. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  218. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(graphics_2d.o):(.eh_frame+0x11f): undefined reference to `__gxx_personality_v0'
  219. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::PassRefAndInitData(int)':
  220. image_data.cc:(.text+0x41c): undefined reference to `__cxa_guard_acquire'
  221. image_data.cc:(.text+0x47c): undefined reference to `__cxa_guard_release'
  222. image_data.cc:(.text+0x53c): undefined reference to `__cxa_guard_acquire'
  223. image_data.cc:(.text+0x59c): undefined reference to `__cxa_guard_release'
  224. image_data.cc:(.text+0x5dc): undefined reference to `__cxa_guard_abort'
  225. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::ImageData(pp::ImageData::PassRef, int)':
  226. image_data.cc:(.text+0x73c): undefined reference to `__cxa_guard_acquire'
  227. image_data.cc:(.text+0x79c): undefined reference to `__cxa_guard_release'
  228. image_data.cc:(.text+0x81c): undefined reference to `__cxa_guard_abort'
  229. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::ImageData(pp::ImageData::PassRef, int)':
  230. image_data.cc:(.text+0x95c): undefined reference to `__cxa_guard_acquire'
  231. image_data.cc:(.text+0x9bc): undefined reference to `__cxa_guard_release'
  232. image_data.cc:(.text+0xa3c): undefined reference to `__cxa_guard_abort'
  233. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::GetNativeImageDataFormat()':
  234. image_data.cc:(.text+0xb1c): undefined reference to `__cxa_guard_acquire'
  235. image_data.cc:(.text+0xb7c): undefined reference to `__cxa_guard_release'
  236. image_data.cc:(.text+0xbdc): undefined reference to `__cxa_guard_acquire'
  237. image_data.cc:(.text+0xc7c): undefined reference to `__cxa_guard_release'
  238. image_data.cc:(.text+0xcbc): undefined reference to `__cxa_guard_abort'
  239. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::ImageData(pp::Instance*, PP_ImageDataFormat, pp::Size const&, bool)':
  240. image_data.cc:(.text+0xe1c): undefined reference to `__cxa_guard_acquire'
  241. image_data.cc:(.text+0xe7c): undefined reference to `__cxa_guard_release'
  242. image_data.cc:(.text+0xf5c): undefined reference to `__cxa_guard_acquire'
  243. image_data.cc:(.text+0xffc): undefined reference to `__cxa_guard_release'
  244. image_data.cc:(.text+0x103c): undefined reference to `__cxa_guard_abort'
  245. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o): In function `pp::ImageData::ImageData(pp::Instance*, PP_ImageDataFormat, pp::Size const&, bool)':
  246. image_data.cc:(.text+0x11dc): undefined reference to `__cxa_guard_acquire'
  247. image_data.cc:(.text+0x123c): undefined reference to `__cxa_guard_release'
  248. image_data.cc:(.text+0x131c): undefined reference to `__cxa_guard_acquire'
  249. image_data.cc:(.text+0x13bc): undefined reference to `__cxa_guard_release'
  250. image_data.cc:(.text+0x13fc): undefined reference to `__cxa_guard_abort'
  251. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  252. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(image_data.o):(.eh_frame+0x107): undefined reference to `__gxx_personality_v0'
  253. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::InputEvent(int)':
  254. input_event.cc:(.text+0x31c): undefined reference to `__cxa_guard_acquire'
  255. input_event.cc:(.text+0x37c): undefined reference to `__cxa_guard_release'
  256. input_event.cc:(.text+0x47c): undefined reference to `__cxa_guard_acquire'
  257. input_event.cc:(.text+0x51c): undefined reference to `__cxa_guard_release'
  258. input_event.cc:(.text+0x55c): undefined reference to `__cxa_guard_abort'
  259. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::GetCharacterText() const':
  260. input_event.cc:(.text+0x69c): undefined reference to `__cxa_guard_acquire'
  261. input_event.cc:(.text+0x73c): undefined reference to `__cxa_guard_acquire'
  262. input_event.cc:(.text+0x79c): undefined reference to `__cxa_guard_release'
  263. input_event.cc:(.text+0x81c): undefined reference to `__cxa_guard_release'
  264. input_event.cc:(.text+0x85c): undefined reference to `__cxa_guard_abort'
  265. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::InputEvent(int)':
  266. input_event.cc:(.text+0x93c): undefined reference to `__cxa_guard_acquire'
  267. input_event.cc:(.text+0x99c): undefined reference to `__cxa_guard_release'
  268. input_event.cc:(.text+0xa9c): undefined reference to `__cxa_guard_acquire'
  269. input_event.cc:(.text+0xb3c): undefined reference to `__cxa_guard_release'
  270. input_event.cc:(.text+0xb7c): undefined reference to `__cxa_guard_abort'
  271. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::GetModifiers() const':
  272. input_event.cc:(.text+0xc7c): undefined reference to `__cxa_guard_acquire'
  273. input_event.cc:(.text+0xcdc): undefined reference to `__cxa_guard_release'
  274. input_event.cc:(.text+0xd3c): undefined reference to `__cxa_guard_acquire'
  275. input_event.cc:(.text+0xddc): undefined reference to `__cxa_guard_release'
  276. input_event.cc:(.text+0xe1c): undefined reference to `__cxa_guard_abort'
  277. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::GetTimeStamp() const':
  278. input_event.cc:(.text+0xedc): undefined reference to `__cxa_guard_acquire'
  279. input_event.cc:(.text+0xf3c): undefined reference to `__cxa_guard_release'
  280. input_event.cc:(.text+0xf9c): undefined reference to `__cxa_guard_acquire'
  281. input_event.cc:(.text+0x103c): undefined reference to `__cxa_guard_release'
  282. input_event.cc:(.text+0x107c): undefined reference to `__cxa_guard_abort'
  283. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::GetType() const':
  284. input_event.cc:(.text+0x113c): undefined reference to `__cxa_guard_acquire'
  285. input_event.cc:(.text+0x119c): undefined reference to `__cxa_guard_release'
  286. input_event.cc:(.text+0x11fc): undefined reference to `__cxa_guard_acquire'
  287. input_event.cc:(.text+0x129c): undefined reference to `__cxa_guard_release'
  288. input_event.cc:(.text+0x12dc): undefined reference to `__cxa_guard_abort'
  289. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::GetKeyCode() const':
  290. input_event.cc:(.text+0x139c): undefined reference to `__cxa_guard_acquire'
  291. input_event.cc:(.text+0x13fc): undefined reference to `__cxa_guard_release'
  292. input_event.cc:(.text+0x145c): undefined reference to `__cxa_guard_acquire'
  293. input_event.cc:(.text+0x14fc): undefined reference to `__cxa_guard_release'
  294. input_event.cc:(.text+0x153c): undefined reference to `__cxa_guard_abort'
  295. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::KeyboardInputEvent(pp::Instance*, PP_InputEvent_Type, double, unsigned int, unsigned int, pp::Var const&)':
  296. input_event.cc:(.text+0x165c): undefined reference to `__cxa_guard_acquire'
  297. input_event.cc:(.text+0x16bc): undefined reference to `__cxa_guard_release'
  298. input_event.cc:(.text+0x17bc): undefined reference to `__cxa_guard_acquire'
  299. input_event.cc:(.text+0x185c): undefined reference to `__cxa_guard_release'
  300. input_event.cc:(.text+0x189c): undefined reference to `__cxa_guard_abort'
  301. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::KeyboardInputEvent(pp::Instance*, PP_InputEvent_Type, double, unsigned int, unsigned int, pp::Var const&)':
  302. input_event.cc:(.text+0x19fc): undefined reference to `__cxa_guard_acquire'
  303. input_event.cc:(.text+0x1a5c): undefined reference to `__cxa_guard_release'
  304. input_event.cc:(.text+0x1b5c): undefined reference to `__cxa_guard_acquire'
  305. input_event.cc:(.text+0x1bfc): undefined reference to `__cxa_guard_release'
  306. input_event.cc:(.text+0x1c3c): undefined reference to `__cxa_guard_abort'
  307. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::KeyboardInputEvent(pp::InputEvent const&)':
  308. input_event.cc:(.text+0x1d7c): undefined reference to `__cxa_guard_acquire'
  309. input_event.cc:(.text+0x1ddc): undefined reference to `__cxa_guard_release'
  310. input_event.cc:(.text+0x1edc): undefined reference to `__cxa_guard_acquire'
  311. input_event.cc:(.text+0x1f7c): undefined reference to `__cxa_guard_release'
  312. input_event.cc:(.text+0x1fbc): undefined reference to `__cxa_guard_abort'
  313. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::KeyboardInputEvent(pp::InputEvent const&)':
  314. input_event.cc:(.text+0x20fc): undefined reference to `__cxa_guard_acquire'
  315. input_event.cc:(.text+0x215c): undefined reference to `__cxa_guard_release'
  316. input_event.cc:(.text+0x225c): undefined reference to `__cxa_guard_acquire'
  317. input_event.cc:(.text+0x22fc): undefined reference to `__cxa_guard_release'
  318. input_event.cc:(.text+0x233c): undefined reference to `__cxa_guard_abort'
  319. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::GetScrollByPage() const':
  320. input_event.cc:(.text+0x243c): undefined reference to `__cxa_guard_acquire'
  321. input_event.cc:(.text+0x249c): undefined reference to `__cxa_guard_release'
  322. input_event.cc:(.text+0x253c): undefined reference to `__cxa_guard_acquire'
  323. input_event.cc:(.text+0x25dc): undefined reference to `__cxa_guard_release'
  324. input_event.cc:(.text+0x261c): undefined reference to `__cxa_guard_abort'
  325. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::GetTicks() const':
  326. input_event.cc:(.text+0x26fc): undefined reference to `__cxa_guard_acquire'
  327. input_event.cc:(.text+0x275c): undefined reference to `__cxa_guard_release'
  328. input_event.cc:(.text+0x281c): undefined reference to `__cxa_guard_acquire'
  329. input_event.cc:(.text+0x28bc): undefined reference to `__cxa_guard_release'
  330. input_event.cc:(.text+0x28fc): undefined reference to `__cxa_guard_abort'
  331. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::GetDelta() const':
  332. input_event.cc:(.text+0x29dc): undefined reference to `__cxa_guard_acquire'
  333. input_event.cc:(.text+0x2a3c): undefined reference to `__cxa_guard_release'
  334. input_event.cc:(.text+0x2afc): undefined reference to `__cxa_guard_acquire'
  335. input_event.cc:(.text+0x2b9c): undefined reference to `__cxa_guard_release'
  336. input_event.cc:(.text+0x2bdc): undefined reference to `__cxa_guard_abort'
  337. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::WheelInputEvent(pp::Instance*, double, unsigned int, pp::FloatPoint const&, pp::FloatPoint const&, bool)':
  338. input_event.cc:(.text+0x2cfc): undefined reference to `__cxa_guard_acquire'
  339. input_event.cc:(.text+0x2d5c): undefined reference to `__cxa_guard_release'
  340. input_event.cc:(.text+0x2e3c): undefined reference to `__cxa_guard_acquire'
  341. input_event.cc:(.text+0x2edc): undefined reference to `__cxa_guard_release'
  342. input_event.cc:(.text+0x2f1c): undefined reference to `__cxa_guard_abort'
  343. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::WheelInputEvent(pp::InputEvent const&)':
  344. input_event.cc:(.text+0x305c): undefined reference to `__cxa_guard_acquire'
  345. input_event.cc:(.text+0x30bc): undefined reference to `__cxa_guard_release'
  346. input_event.cc:(.text+0x31bc): undefined reference to `__cxa_guard_acquire'
  347. input_event.cc:(.text+0x325c): undefined reference to `__cxa_guard_release'
  348. input_event.cc:(.text+0x329c): undefined reference to `__cxa_guard_abort'
  349. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::WheelInputEvent(pp::InputEvent const&)':
  350. input_event.cc:(.text+0x33dc): undefined reference to `__cxa_guard_acquire'
  351. input_event.cc:(.text+0x343c): undefined reference to `__cxa_guard_release'
  352. input_event.cc:(.text+0x353c): undefined reference to `__cxa_guard_acquire'
  353. input_event.cc:(.text+0x35dc): undefined reference to `__cxa_guard_release'
  354. input_event.cc:(.text+0x361c): undefined reference to `__cxa_guard_abort'
  355. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::WheelInputEvent(pp::Instance*, double, unsigned int, pp::FloatPoint const&, pp::FloatPoint const&, bool)':
  356. input_event.cc:(.text+0x377c): undefined reference to `__cxa_guard_acquire'
  357. input_event.cc:(.text+0x37dc): undefined reference to `__cxa_guard_release'
  358. input_event.cc:(.text+0x38bc): undefined reference to `__cxa_guard_acquire'
  359. input_event.cc:(.text+0x395c): undefined reference to `__cxa_guard_release'
  360. input_event.cc:(.text+0x399c): undefined reference to `__cxa_guard_abort'
  361. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::MouseInputEvent(pp::Instance*, PP_InputEvent_Type, double, unsigned int, PP_InputEvent_MouseButton, pp::Point const&, int, pp::Point const&)':
  362. input_event.cc:(.text+0x3b1c): undefined reference to `__cxa_guard_acquire'
  363. input_event.cc:(.text+0x3b7c): undefined reference to `__cxa_guard_release'
  364. input_event.cc:(.text+0x3c5c): undefined reference to `__cxa_guard_acquire'
  365. input_event.cc:(.text+0x3cfc): undefined reference to `__cxa_guard_release'
  366. input_event.cc:(.text+0x3d3c): undefined reference to `__cxa_guard_abort'
  367. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::MouseInputEvent(pp::Instance*, PP_InputEvent_Type, double, unsigned int, PP_InputEvent_MouseButton, pp::Point const&, int, pp::Point const&)':
  368. input_event.cc:(.text+0x3ebc): undefined reference to `__cxa_guard_acquire'
  369. input_event.cc:(.text+0x3f1c): undefined reference to `__cxa_guard_release'
  370. input_event.cc:(.text+0x3ffc): undefined reference to `__cxa_guard_acquire'
  371. input_event.cc:(.text+0x409c): undefined reference to `__cxa_guard_release'
  372. input_event.cc:(.text+0x40dc): undefined reference to `__cxa_guard_abort'
  373. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::MouseInputEvent(pp::InputEvent const&)':
  374. input_event.cc:(.text+0x421c): undefined reference to `__cxa_guard_acquire'
  375. input_event.cc:(.text+0x427c): undefined reference to `__cxa_guard_release'
  376. input_event.cc:(.text+0x437c): undefined reference to `__cxa_guard_acquire'
  377. input_event.cc:(.text+0x441c): undefined reference to `__cxa_guard_release'
  378. input_event.cc:(.text+0x445c): undefined reference to `__cxa_guard_abort'
  379. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::GetMovement() const':
  380. input_event.cc:(.text+0x457c): undefined reference to `__cxa_guard_acquire'
  381. input_event.cc:(.text+0x45dc): undefined reference to `__cxa_guard_release'
  382. input_event.cc:(.text+0x469c): undefined reference to `__cxa_guard_acquire'
  383. input_event.cc:(.text+0x473c): undefined reference to `__cxa_guard_release'
  384. input_event.cc:(.text+0x477c): undefined reference to `__cxa_guard_abort'
  385. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::GetClickCount() const':
  386. input_event.cc:(.text+0x483c): undefined reference to `__cxa_guard_acquire'
  387. input_event.cc:(.text+0x489c): undefined reference to `__cxa_guard_release'
  388. input_event.cc:(.text+0x48fc): undefined reference to `__cxa_guard_acquire'
  389. input_event.cc:(.text+0x499c): undefined reference to `__cxa_guard_release'
  390. input_event.cc:(.text+0x49dc): undefined reference to `__cxa_guard_abort'
  391. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::GetButton() const':
  392. input_event.cc:(.text+0x4a9c): undefined reference to `__cxa_guard_acquire'
  393. input_event.cc:(.text+0x4afc): undefined reference to `__cxa_guard_release'
  394. input_event.cc:(.text+0x4b5c): undefined reference to `__cxa_guard_acquire'
  395. input_event.cc:(.text+0x4bfc): undefined reference to `__cxa_guard_release'
  396. input_event.cc:(.text+0x4c3c): undefined reference to `__cxa_guard_abort'
  397. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::MouseInputEvent(pp::InputEvent const&)':
  398. input_event.cc:(.text+0x4d3c): undefined reference to `__cxa_guard_acquire'
  399. input_event.cc:(.text+0x4d9c): undefined reference to `__cxa_guard_release'
  400. input_event.cc:(.text+0x4e9c): undefined reference to `__cxa_guard_acquire'
  401. input_event.cc:(.text+0x4f3c): undefined reference to `__cxa_guard_release'
  402. input_event.cc:(.text+0x4f7c): undefined reference to `__cxa_guard_abort'
  403. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::GetPosition() const':
  404. input_event.cc:(.text+0x509c): undefined reference to `__cxa_guard_acquire'
  405. input_event.cc:(.text+0x50fc): undefined reference to `__cxa_guard_release'
  406. input_event.cc:(.text+0x51bc): undefined reference to `__cxa_guard_acquire'
  407. input_event.cc:(.text+0x525c): undefined reference to `__cxa_guard_release'
  408. input_event.cc:(.text+0x529c): undefined reference to `__cxa_guard_abort'
  409. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::InputEvent::~InputEvent()':
  410. input_event.cc:(.text+0x24): undefined reference to `operator delete(void*)'
  411. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::KeyboardInputEvent::~KeyboardInputEvent()':
  412. input_event.cc:(.text._ZN2pp18KeyboardInputEventD0Ev[pp::KeyboardInputEvent::~KeyboardInputEvent()]+0x24): undefined reference to `operator delete(void*)'
  413. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::WheelInputEvent::~WheelInputEvent()':
  414. input_event.cc:(.text._ZN2pp15WheelInputEventD0Ev[pp::WheelInputEvent::~WheelInputEvent()]+0x24): undefined reference to `operator delete(void*)'
  415. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o): In function `pp::MouseInputEvent::~MouseInputEvent()':
  416. input_event.cc:(.text._ZN2pp15MouseInputEventD0Ev[pp::MouseInputEvent::~MouseInputEvent()]+0x24): undefined reference to `operator delete(void*)'
  417. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.rodata._ZTIN2pp10InputEventE[typeinfo for pp::InputEvent]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  418. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.rodata._ZTIN2pp18KeyboardInputEventE[typeinfo for pp::KeyboardInputEvent]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  419. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.rodata._ZTIN2pp15WheelInputEventE[typeinfo for pp::WheelInputEvent]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  420. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.rodata._ZTIN2pp15MouseInputEventE[typeinfo for pp::MouseInputEvent]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  421. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  422. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(input_event.o):(.eh_frame+0x1b3): undefined reference to `__gxx_personality_v0'
  423. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::RemovePerInstanceObject(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*)':
  424. instance.cc:(.text+0x7bc): undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
  425. instance.cc:(.text+0x7d0): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  426. instance.cc:(.text+0x7fc): undefined reference to `operator delete(void*)'
  427. instance.cc:(.text+0x89c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  428. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::PostMessage(pp::Var const&)':
  429. instance.cc:(.text+0x97c): undefined reference to `__cxa_guard_acquire'
  430. instance.cc:(.text+0x9bc): undefined reference to `__cxa_guard_acquire'
  431. instance.cc:(.text+0xa1c): undefined reference to `__cxa_guard_release'
  432. instance.cc:(.text+0xabc): undefined reference to `__cxa_guard_release'
  433. instance.cc:(.text+0xafc): undefined reference to `__cxa_guard_abort'
  434. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::AddPerInstanceObject(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*)':
  435. instance.cc:(.text+0xe9c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  436. instance.cc:(.text+0xecc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  437. instance.cc:(.text+0xefc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  438. instance.cc:(.text+0xf3c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  439. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::BindGraphics(pp::Graphics2D const&)':
  440. instance.cc:(.text+0x101c): undefined reference to `__cxa_guard_acquire'
  441. instance.cc:(.text+0x105c): undefined reference to `__cxa_guard_acquire'
  442. instance.cc:(.text+0x10bc): undefined reference to `__cxa_guard_release'
  443. instance.cc:(.text+0x113c): undefined reference to `__cxa_guard_release'
  444. instance.cc:(.text+0x117c): undefined reference to `__cxa_guard_abort'
  445. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::ClearInputEventRequest(unsigned int)':
  446. instance.cc:(.text+0x127c): undefined reference to `__cxa_guard_acquire'
  447. instance.cc:(.text+0x12bc): undefined reference to `__cxa_guard_acquire'
  448. instance.cc:(.text+0x131c): undefined reference to `__cxa_guard_release'
  449. instance.cc:(.text+0x13bc): undefined reference to `__cxa_guard_release'
  450. instance.cc:(.text+0x13fc): undefined reference to `__cxa_guard_abort'
  451. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::RequestInputEvents(unsigned int)':
  452. instance.cc:(.text+0x14fc): undefined reference to `__cxa_guard_acquire'
  453. instance.cc:(.text+0x153c): undefined reference to `__cxa_guard_acquire'
  454. instance.cc:(.text+0x159c): undefined reference to `__cxa_guard_release'
  455. instance.cc:(.text+0x163c): undefined reference to `__cxa_guard_release'
  456. instance.cc:(.text+0x167c): undefined reference to `__cxa_guard_abort'
  457. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::RequestFilteringInputEvents(unsigned int)':
  458. instance.cc:(.text+0x177c): undefined reference to `__cxa_guard_acquire'
  459. instance.cc:(.text+0x17bc): undefined reference to `__cxa_guard_acquire'
  460. instance.cc:(.text+0x181c): undefined reference to `__cxa_guard_release'
  461. instance.cc:(.text+0x18bc): undefined reference to `__cxa_guard_release'
  462. instance.cc:(.text+0x18fc): undefined reference to `__cxa_guard_abort'
  463. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::IsFullFrame()':
  464. instance.cc:(.text+0x19fc): undefined reference to `__cxa_guard_acquire'
  465. instance.cc:(.text+0x1a3c): undefined reference to `__cxa_guard_acquire'
  466. instance.cc:(.text+0x1a9c): undefined reference to `__cxa_guard_release'
  467. instance.cc:(.text+0x1b1c): undefined reference to `__cxa_guard_release'
  468. instance.cc:(.text+0x1b5c): undefined reference to `__cxa_guard_abort'
  469. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::BindGraphics(pp::Graphics3D const&)':
  470. instance.cc:(.text+0x1c5c): undefined reference to `__cxa_guard_acquire'
  471. instance.cc:(.text+0x1c9c): undefined reference to `__cxa_guard_acquire'
  472. instance.cc:(.text+0x1cfc): undefined reference to `__cxa_guard_release'
  473. instance.cc:(.text+0x1d7c): undefined reference to `__cxa_guard_release'
  474. instance.cc:(.text+0x1dbc): undefined reference to `__cxa_guard_abort'
  475. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `pp::Instance::~Instance()':
  476. instance.cc:(.text+0x1e53): undefined reference to `operator delete(void*)'
  477. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >*)':
  478. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >*)]+0x22): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  479. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >*)]+0x9c): undefined reference to `operator delete(void*)'
  480. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >*)]+0xfc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  481. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)':
  482. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x7c): undefined reference to `operator new(unsigned int)'
  483. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x9c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  484. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0xdc): undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
  485. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x1bc): undefined reference to `__cxa_begin_catch'
  486. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x1dc): undefined reference to `operator delete(void*)'
  487. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x1fc): undefined reference to `__cxa_rethrow'
  488. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x21c): undefined reference to `__cxa_end_catch'
  489. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)':
  490. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE16_M_insert_uniqueERKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x13c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
  491. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)':
  492. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS3_ERKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x13c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)'
  493. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS3_ERKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x21c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  494. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS3_ERKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x29c): undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)'
  495. instance.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPvESt10_Select1stIS3_ESt4lessISsESaIS3_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS3_ERKS3_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void*> const&)]+0x2bc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  496. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o):(.rodata._ZTIN2pp8InstanceE[typeinfo for pp::Instance]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  497. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  498. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(instance.o):(.eh_frame+0xcf): undefined reference to `__gxx_personality_v0'
  499. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::InternalInit(int, void const* (*)(char const*))':
  500. module.cc:(.text+0x33c): undefined reference to `operator new(unsigned int)'
  501. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Instance_DidDestroy(int)':
  502. module.cc:(.text+0x97c): undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
  503. module.cc:(.text+0x99c): undefined reference to `operator delete(void*)'
  504. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::~Module()':
  505. module.cc:(.text+0xf5c): undefined reference to `operator delete(void*)'
  506. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::GetPluginInterface(char const*)':
  507. module.cc:(.text+0x113c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  508. module.cc:(.text+0x1283): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  509. module.cc:(.text+0x137c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  510. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::AddPluginInterface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void const*)':
  511. module.cc:(.text+0x15fc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  512. module.cc:(.text+0x163c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  513. module.cc:(.text+0x169c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  514. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::~Module()':
  515. module.cc:(.text+0x16fc): undefined reference to `operator delete(void*)'
  516. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::~Module()':
  517. module.cc:(.text+0x181c): undefined reference to `operator delete(void*)'
  518. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::Module::~Module()':
  519. module.cc:(.text+0xfac): undefined reference to `operator delete(void*)'
  520. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, pp::Instance*> >*)':
  521. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, pp::Instance*> >*)]+0x5c): undefined reference to `operator delete(void*)'
  522. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, pp::Instance*> const&)':
  523. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, pp::Instance*> const&)]+0x7c): undefined reference to `operator new(unsigned int)'
  524. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<int const, pp::Instance*> const&)]+0xbc): undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
  525. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_unique(std::pair<int const, pp::Instance*> const&)':
  526. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE16_M_insert_uniqueERKS5_[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_unique(std::pair<int const, pp::Instance*> const&)]+0x11c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
  527. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, pp::Instance*> >, std::pair<int const, pp::Instance*> const&)':
  528. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, pp::Instance*> >, std::pair<int const, pp::Instance*> const&)]+0x5c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)'
  529. module.cc:(.text._ZNSt8_Rb_treeIiSt4pairIKiPN2pp8InstanceEESt10_Select1stIS5_ESt4lessIiESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_[std::_Rb_tree<int, std::pair<int const, pp::Instance*>, std::_Select1st<std::pair<int const, pp::Instance*> >, std::less<int>, std::allocator<std::pair<int const, pp::Instance*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, pp::Instance*> >, std::pair<int const, pp::Instance*> const&)]+0x19c): undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)'
  530. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::URLLoader::~URLLoader()':
  531. module.cc:(.text._ZN2pp9URLLoaderD0Ev[pp::URLLoader::~URLLoader()]+0x24): undefined reference to `operator delete(void*)'
  532. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `pp::View::~View()':
  533. module.cc:(.text._ZN2pp4ViewD0Ev[pp::View::~View()]+0x24): undefined reference to `operator delete(void*)'
  534. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >*)':
  535. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >*)]+0x22): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  536. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >*)]+0x9c): undefined reference to `operator delete(void*)'
  537. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >*)]+0xfc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)'
  538. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)':
  539. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x7c): undefined reference to `operator new(unsigned int)'
  540. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x9c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  541. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0xdc): undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
  542. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x1bc): undefined reference to `__cxa_begin_catch'
  543. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x1dc): undefined reference to `operator delete(void*)'
  544. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x1fc): undefined reference to `__cxa_rethrow'
  545. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_(std::_Rb_tree_node_base const*, std::_Rb_tree_node_base const*, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x21c): undefined reference to `__cxa_end_catch'
  546. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)':
  547. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE16_M_insert_uniqueERKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x13c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
  548. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o): In function `std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)':
  549. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS4_ERKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x13c): undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)'
  550. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS4_ERKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x21c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  551. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS4_ERKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x29c): undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)'
  552. module.cc:(.text._ZNSt8_Rb_treeISsSt4pairIKSsPKvESt10_Select1stIS4_ESt4lessISsESaIS4_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS4_ERKS4_[std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, void const*> const&)]+0x2bc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  553. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.rodata._ZTVN2pp6ModuleE[vtable for pp::Module]+0x14): undefined reference to `__cxa_pure_virtual'
  554. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.rodata._ZTIN2pp6ModuleE[typeinfo for pp::Module]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  555. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.rodata._ZTIN2pp9URLLoaderE[typeinfo for pp::URLLoader]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  556. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.rodata._ZTIN2pp4ViewE[typeinfo for pp::View]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  557. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  558. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(module.o):(.eh_frame+0x187): undefined reference to `__gxx_personality_v0'
  559. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(resource.o): In function `pp::Resource::~Resource()':
  560. resource.cc:(.text+0x613): undefined reference to `operator delete(void*)'
  561. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(resource.o):(.rodata._ZTIN2pp8ResourceE[typeinfo for pp::Resource]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  562. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(resource.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  563. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::Open(pp::URLRequestInfo const&, pp::CompletionCallback const&)':
  564. url_loader.cc:(.text+0x1dc): undefined reference to `__cxa_guard_acquire'
  565. url_loader.cc:(.text+0x2fc): undefined reference to `__cxa_guard_acquire'
  566. url_loader.cc:(.text+0x35c): undefined reference to `__cxa_guard_release'
  567. url_loader.cc:(.text+0x3fc): undefined reference to `__cxa_guard_release'
  568. url_loader.cc:(.text+0x43c): undefined reference to `__cxa_guard_abort'
  569. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::FinishStreamingToFile(pp::CompletionCallback const&)':
  570. url_loader.cc:(.text+0x51c): undefined reference to `__cxa_guard_acquire'
  571. url_loader.cc:(.text+0x5fc): undefined reference to `__cxa_guard_acquire'
  572. url_loader.cc:(.text+0x65c): undefined reference to `__cxa_guard_release'
  573. url_loader.cc:(.text+0x6fc): undefined reference to `__cxa_guard_release'
  574. url_loader.cc:(.text+0x73c): undefined reference to `__cxa_guard_abort'
  575. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::Close()':
  576. url_loader.cc:(.text+0x7fc): undefined reference to `__cxa_guard_acquire'
  577. url_loader.cc:(.text+0x85c): undefined reference to `__cxa_guard_release'
  578. url_loader.cc:(.text+0x8bc): undefined reference to `__cxa_guard_acquire'
  579. url_loader.cc:(.text+0x95c): undefined reference to `__cxa_guard_release'
  580. url_loader.cc:(.text+0x99c): undefined reference to `__cxa_guard_abort'
  581. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::URLLoader(pp::Instance const&)':
  582. url_loader.cc:(.text+0xa7c): undefined reference to `__cxa_guard_acquire'
  583. url_loader.cc:(.text+0xadc): undefined reference to `__cxa_guard_release'
  584. url_loader.cc:(.text+0xb9c): undefined reference to `__cxa_guard_acquire'
  585. url_loader.cc:(.text+0xc3c): undefined reference to `__cxa_guard_release'
  586. url_loader.cc:(.text+0xc7c): undefined reference to `__cxa_guard_abort'
  587. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::GetDownloadProgress(long long*, long long*) const':
  588. url_loader.cc:(.text+0xd9c): undefined reference to `__cxa_guard_acquire'
  589. url_loader.cc:(.text+0xdfc): undefined reference to `__cxa_guard_release'
  590. url_loader.cc:(.text+0xe9c): undefined reference to `__cxa_guard_acquire'
  591. url_loader.cc:(.text+0xf3c): undefined reference to `__cxa_guard_release'
  592. url_loader.cc:(.text+0xf7c): undefined reference to `__cxa_guard_abort'
  593. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::URLLoader(pp::Instance const&)':
  594. url_loader.cc:(.text+0x105c): undefined reference to `__cxa_guard_acquire'
  595. url_loader.cc:(.text+0x10bc): undefined reference to `__cxa_guard_release'
  596. url_loader.cc:(.text+0x117c): undefined reference to `__cxa_guard_acquire'
  597. url_loader.cc:(.text+0x121c): undefined reference to `__cxa_guard_release'
  598. url_loader.cc:(.text+0x125c): undefined reference to `__cxa_guard_abort'
  599. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::GetResponseInfo() const':
  600. url_loader.cc:(.text+0x139c): undefined reference to `__cxa_guard_acquire'
  601. url_loader.cc:(.text+0x145c): undefined reference to `__cxa_guard_acquire'
  602. url_loader.cc:(.text+0x14bc): undefined reference to `__cxa_guard_release'
  603. url_loader.cc:(.text+0x153c): undefined reference to `__cxa_guard_release'
  604. url_loader.cc:(.text+0x157c): undefined reference to `__cxa_guard_abort'
  605. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::GetUploadProgress(long long*, long long*) const':
  606. url_loader.cc:(.text+0x165c): undefined reference to `__cxa_guard_acquire'
  607. url_loader.cc:(.text+0x16bc): undefined reference to `__cxa_guard_release'
  608. url_loader.cc:(.text+0x175c): undefined reference to `__cxa_guard_acquire'
  609. url_loader.cc:(.text+0x17fc): undefined reference to `__cxa_guard_release'
  610. url_loader.cc:(.text+0x183c): undefined reference to `__cxa_guard_abort'
  611. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::FollowRedirect(pp::CompletionCallback const&)':
  612. url_loader.cc:(.text+0x191c): undefined reference to `__cxa_guard_acquire'
  613. url_loader.cc:(.text+0x19fc): undefined reference to `__cxa_guard_acquire'
  614. url_loader.cc:(.text+0x1a5c): undefined reference to `__cxa_guard_release'
  615. url_loader.cc:(.text+0x1afc): undefined reference to `__cxa_guard_release'
  616. url_loader.cc:(.text+0x1b3c): undefined reference to `__cxa_guard_abort'
  617. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::URLLoader(pp::Instance*)':
  618. url_loader.cc:(.text+0x1c1c): undefined reference to `__cxa_guard_acquire'
  619. url_loader.cc:(.text+0x1c7c): undefined reference to `__cxa_guard_release'
  620. url_loader.cc:(.text+0x1d3c): undefined reference to `__cxa_guard_acquire'
  621. url_loader.cc:(.text+0x1ddc): undefined reference to `__cxa_guard_release'
  622. url_loader.cc:(.text+0x1e1c): undefined reference to `__cxa_guard_abort'
  623. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::ReadResponseBody(void*, int, pp::CompletionCallback const&)':
  624. url_loader.cc:(.text+0x1f7c): undefined reference to `__cxa_guard_acquire'
  625. url_loader.cc:(.text+0x209c): undefined reference to `__cxa_guard_acquire'
  626. url_loader.cc:(.text+0x20fc): undefined reference to `__cxa_guard_release'
  627. url_loader.cc:(.text+0x219c): undefined reference to `__cxa_guard_release'
  628. url_loader.cc:(.text+0x21dc): undefined reference to `__cxa_guard_abort'
  629. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLLoader::URLLoader(pp::Instance*)':
  630. url_loader.cc:(.text+0x22bc): undefined reference to `__cxa_guard_acquire'
  631. url_loader.cc:(.text+0x231c): undefined reference to `__cxa_guard_release'
  632. url_loader.cc:(.text+0x23dc): undefined reference to `__cxa_guard_acquire'
  633. url_loader.cc:(.text+0x247c): undefined reference to `__cxa_guard_release'
  634. url_loader.cc:(.text+0x24bc): undefined reference to `__cxa_guard_abort'
  635. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o): In function `pp::URLResponseInfo::~URLResponseInfo()':
  636. url_loader.cc:(.text._ZN2pp15URLResponseInfoD0Ev[pp::URLResponseInfo::~URLResponseInfo()]+0x24): undefined reference to `operator delete(void*)'
  637. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o):(.rodata._ZTIN2pp15URLResponseInfoE[typeinfo for pp::URLResponseInfo]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  638. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  639. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_loader.o):(.eh_frame+0xe7): undefined reference to `__gxx_personality_v0'
  640. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o): In function `pp::URLResponseInfo::GetBodyAsFileRef() const':
  641. url_response_info.cc:(.text+0x29c): undefined reference to `__cxa_guard_acquire'
  642. url_response_info.cc:(.text+0x2fc): undefined reference to `__cxa_guard_release'
  643. url_response_info.cc:(.text+0x39c): undefined reference to `__cxa_guard_acquire'
  644. url_response_info.cc:(.text+0x43c): undefined reference to `__cxa_guard_release'
  645. url_response_info.cc:(.text+0x47c): undefined reference to `__cxa_guard_abort'
  646. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o): In function `pp::URLResponseInfo::GetProperty(PP_URLResponseProperty) const':
  647. url_response_info.cc:(.text+0x5dc): undefined reference to `__cxa_guard_acquire'
  648. url_response_info.cc:(.text+0x63c): undefined reference to `__cxa_guard_release'
  649. url_response_info.cc:(.text+0x6bc): undefined reference to `__cxa_guard_acquire'
  650. url_response_info.cc:(.text+0x75c): undefined reference to `__cxa_guard_release'
  651. url_response_info.cc:(.text+0x79c): undefined reference to `__cxa_guard_abort'
  652. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o): In function `pp::FileRef::~FileRef()':
  653. url_response_info.cc:(.text._ZN2pp7FileRefD0Ev[pp::FileRef::~FileRef()]+0x24): undefined reference to `operator delete(void*)'
  654. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o):(.rodata._ZTIN2pp7FileRefE[typeinfo for pp::FileRef]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  655. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  656. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(url_response_info.o):(.eh_frame+0x87): undefined reference to `__gxx_personality_v0'
  657. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `PPB_Var_1_0 const* pp::(anonymous namespace)::get_interface<PPB_Var_1_0>()':
  658. var.cc:(.text+0x3fc): undefined reference to `__cxa_guard_acquire'
  659. var.cc:(.text+0x45c): undefined reference to `__cxa_guard_release'
  660. var.cc:(.text+0x49c): undefined reference to `__cxa_guard_abort'
  661. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::(anonymous namespace)::VarFromUtf8Helper(char const*, unsigned int)':
  662. var.cc:(.text+0x75c): undefined reference to `__cxa_guard_acquire'
  663. var.cc:(.text+0x79c): undefined reference to `__cxa_guard_acquire'
  664. var.cc:(.text+0x7fc): undefined reference to `__cxa_guard_release'
  665. var.cc:(.text+0x8fc): undefined reference to `__cxa_guard_release'
  666. var.cc:(.text+0x93c): undefined reference to `__cxa_guard_acquire'
  667. var.cc:(.text+0x99c): undefined reference to `__cxa_guard_release'
  668. var.cc:(.text+0xa5c): undefined reference to `__cxa_guard_abort'
  669. var.cc:(.text+0xabc): undefined reference to `__cxa_guard_abort'
  670. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::AsString() const':
  671. var.cc:(.text+0xdc7): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
  672. var.cc:(.text+0xe1c): undefined reference to `__cxa_guard_acquire'
  673. var.cc:(.text+0xe7c): undefined reference to `__cxa_guard_release'
  674. var.cc:(.text+0xf1c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned int, std::allocator<char> const&)'
  675. var.cc:(.text+0xf5c): undefined reference to `__cxa_guard_acquire'
  676. var.cc:(.text+0xffc): undefined reference to `__cxa_guard_release'
  677. var.cc:(.text+0x105c): undefined reference to `__cxa_guard_abort'
  678. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::DebugString() const':
  679. var.cc:(.text+0x115c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  680. var.cc:(.text+0x13dc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned int, char)'
  681. var.cc:(.text+0x13fc): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*, unsigned int)'
  682. var.cc:(.text+0x145c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  683. var.cc:(.text+0x151c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  684. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::operator==(pp::Var const&) const':
  685. var.cc:(.text+0x181c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  686. var.cc:(.text+0x183c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  687. var.cc:(.text+0x189c): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  688. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::operator=(pp::Var const&)':
  689. var.cc:(.text+0x1a9c): undefined reference to `__cxa_guard_acquire'
  690. var.cc:(.text+0x1afc): undefined reference to `__cxa_guard_release'
  691. var.cc:(.text+0x1b3c): undefined reference to `__cxa_guard_acquire'
  692. var.cc:(.text+0x1b9c): undefined reference to `__cxa_guard_release'
  693. var.cc:(.text+0x1bdc): undefined reference to `__cxa_guard_abort'
  694. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::Var(pp::Var const&)':
  695. var.cc:(.text+0x1cfc): undefined reference to `__cxa_guard_acquire'
  696. var.cc:(.text+0x1d5c): undefined reference to `__cxa_guard_release'
  697. var.cc:(.text+0x1dfc): undefined reference to `__cxa_guard_abort'
  698. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::Var(pp::Var const&)':
  699. var.cc:(.text+0x1efc): undefined reference to `__cxa_guard_acquire'
  700. var.cc:(.text+0x1f5c): undefined reference to `__cxa_guard_release'
  701. var.cc:(.text+0x1ffc): undefined reference to `__cxa_guard_abort'
  702. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::~Var()':
  703. var.cc:(.text+0x213c): undefined reference to `__cxa_guard_acquire'
  704. var.cc:(.text+0x219c): undefined reference to `__cxa_guard_release'
  705. var.cc:(.text+0x21dc): undefined reference to `__cxa_guard_acquire'
  706. var.cc:(.text+0x227c): undefined reference to `__cxa_guard_release'
  707. var.cc:(.text+0x22bc): undefined reference to `__cxa_guard_abort'
  708. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::~Var()':
  709. var.cc:(.text+0x23fc): undefined reference to `__cxa_guard_acquire'
  710. var.cc:(.text+0x245c): undefined reference to `__cxa_guard_release'
  711. var.cc:(.text+0x249c): undefined reference to `__cxa_guard_acquire'
  712. var.cc:(.text+0x253c): undefined reference to `__cxa_guard_release'
  713. var.cc:(.text+0x257c): undefined reference to `__cxa_guard_abort'
  714. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::~Var()':
  715. var.cc:(.text+0x26bc): undefined reference to `__cxa_guard_acquire'
  716. var.cc:(.text+0x271c): undefined reference to `__cxa_guard_release'
  717. var.cc:(.text+0x275c): undefined reference to `__cxa_guard_acquire'
  718. var.cc:(.text+0x27fc): undefined reference to `__cxa_guard_release'
  719. var.cc:(.text+0x283c): undefined reference to `__cxa_guard_abort'
  720. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o): In function `pp::Var::~Var()':
  721. var.cc:(.text+0x206a): undefined reference to `operator delete(void*)'
  722. var.cc:(.text+0x210a): undefined reference to `operator delete(void*)'
  723. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o):(.rodata._ZTIN2pp3VarE[typeinfo for pp::Var]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  724. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  725. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(var.o):(.eh_frame+0xe3): undefined reference to `__gxx_personality_v0'
  726. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o): In function `pp::View::GetRect() const':
  727. view.cc:(.text+0x1fc): undefined reference to `__cxa_guard_acquire'
  728. view.cc:(.text+0x25c): undefined reference to `__cxa_guard_release'
  729. view.cc:(.text+0x31c): undefined reference to `__cxa_guard_acquire'
  730. view.cc:(.text+0x3bc): undefined reference to `__cxa_guard_release'
  731. view.cc:(.text+0x3fc): undefined reference to `__cxa_guard_abort'
  732. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o): In function `pp::View::IsPageVisible() const':
  733. view.cc:(.text+0x4bc): undefined reference to `__cxa_guard_acquire'
  734. view.cc:(.text+0x51c): undefined reference to `__cxa_guard_release'
  735. view.cc:(.text+0x5bc): undefined reference to `__cxa_guard_acquire'
  736. view.cc:(.text+0x65c): undefined reference to `__cxa_guard_release'
  737. view.cc:(.text+0x69c): undefined reference to `__cxa_guard_abort'
  738. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o): In function `pp::View::IsVisible() const':
  739. view.cc:(.text+0x75c): undefined reference to `__cxa_guard_acquire'
  740. view.cc:(.text+0x7bc): undefined reference to `__cxa_guard_release'
  741. view.cc:(.text+0x85c): undefined reference to `__cxa_guard_acquire'
  742. view.cc:(.text+0x8fc): undefined reference to `__cxa_guard_release'
  743. view.cc:(.text+0x93c): undefined reference to `__cxa_guard_abort'
  744. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o): In function `pp::View::IsFullscreen() const':
  745. view.cc:(.text+0x9fc): undefined reference to `__cxa_guard_acquire'
  746. view.cc:(.text+0xa5c): undefined reference to `__cxa_guard_release'
  747. view.cc:(.text+0xafc): undefined reference to `__cxa_guard_acquire'
  748. view.cc:(.text+0xb9c): undefined reference to `__cxa_guard_release'
  749. view.cc:(.text+0xbdc): undefined reference to `__cxa_guard_abort'
  750. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o): In function `pp::View::GetClipRect() const':
  751. view.cc:(.text+0xd1c): undefined reference to `__cxa_guard_acquire'
  752. view.cc:(.text+0xd7c): undefined reference to `__cxa_guard_release'
  753. view.cc:(.text+0xe3c): undefined reference to `__cxa_guard_acquire'
  754. view.cc:(.text+0xedc): undefined reference to `__cxa_guard_release'
  755. view.cc:(.text+0xf1c): undefined reference to `__cxa_guard_abort'
  756. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  757. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(view.o):(.eh_frame+0xcf): undefined reference to `__gxx_personality_v0'
  758. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(ppp_entrypoints.o): In function `PPP_InitializeModule':
  759. ppp_entrypoints.cc:(.text+0xdc): undefined reference to `pp::CreateModule()'
  760. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(ppp_entrypoints.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  761. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::GetParent() const':
  762. file_ref.cc:(.text+0x2fc): undefined reference to `__cxa_guard_acquire'
  763. file_ref.cc:(.text+0x3bc): undefined reference to `__cxa_guard_acquire'
  764. file_ref.cc:(.text+0x41c): undefined reference to `__cxa_guard_release'
  765. file_ref.cc:(.text+0x49c): undefined reference to `__cxa_guard_release'
  766. file_ref.cc:(.text+0x4dc): undefined reference to `__cxa_guard_abort'
  767. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::Rename(pp::FileRef const&, pp::CompletionCallback const&)':
  768. file_ref.cc:(.text+0x5fc): undefined reference to `__cxa_guard_acquire'
  769. file_ref.cc:(.text+0x71c): undefined reference to `__cxa_guard_acquire'
  770. file_ref.cc:(.text+0x77c): undefined reference to `__cxa_guard_release'
  771. file_ref.cc:(.text+0x81c): undefined reference to `__cxa_guard_release'
  772. file_ref.cc:(.text+0x85c): undefined reference to `__cxa_guard_abort'
  773. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::Touch(double, double, pp::CompletionCallback const&)':
  774. file_ref.cc:(.text+0x97c): undefined reference to `__cxa_guard_acquire'
  775. file_ref.cc:(.text+0xa5c): undefined reference to `__cxa_guard_acquire'
  776. file_ref.cc:(.text+0xabc): undefined reference to `__cxa_guard_release'
  777. file_ref.cc:(.text+0xb5c): undefined reference to `__cxa_guard_release'
  778. file_ref.cc:(.text+0xb9c): undefined reference to `__cxa_guard_abort'
  779. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::Delete(pp::CompletionCallback const&)':
  780. file_ref.cc:(.text+0xc7c): undefined reference to `__cxa_guard_acquire'
  781. file_ref.cc:(.text+0xd5c): undefined reference to `__cxa_guard_acquire'
  782. file_ref.cc:(.text+0xdbc): undefined reference to `__cxa_guard_release'
  783. file_ref.cc:(.text+0xe5c): undefined reference to `__cxa_guard_release'
  784. file_ref.cc:(.text+0xe9c): undefined reference to `__cxa_guard_abort'
  785. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::GetFileSystemType() const':
  786. file_ref.cc:(.text+0xf5c): undefined reference to `__cxa_guard_acquire'
  787. file_ref.cc:(.text+0xfbc): undefined reference to `__cxa_guard_release'
  788. file_ref.cc:(.text+0x101c): undefined reference to `__cxa_guard_acquire'
  789. file_ref.cc:(.text+0x10bc): undefined reference to `__cxa_guard_release'
  790. file_ref.cc:(.text+0x10fc): undefined reference to `__cxa_guard_abort'
  791. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::FileRef(pp::FileSystem const&, char const*)':
  792. file_ref.cc:(.text+0x11fc): undefined reference to `__cxa_guard_acquire'
  793. file_ref.cc:(.text+0x125c): undefined reference to `__cxa_guard_release'
  794. file_ref.cc:(.text+0x131c): undefined reference to `__cxa_guard_acquire'
  795. file_ref.cc:(.text+0x13bc): undefined reference to `__cxa_guard_release'
  796. file_ref.cc:(.text+0x13fc): undefined reference to `__cxa_guard_abort'
  797. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::GetPath() const':
  798. file_ref.cc:(.text+0x153c): undefined reference to `__cxa_guard_acquire'
  799. file_ref.cc:(.text+0x15dc): undefined reference to `__cxa_guard_acquire'
  800. file_ref.cc:(.text+0x163c): undefined reference to `__cxa_guard_release'
  801. file_ref.cc:(.text+0x16bc): undefined reference to `__cxa_guard_release'
  802. file_ref.cc:(.text+0x16fc): undefined reference to `__cxa_guard_abort'
  803. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::MakeDirectory(pp::CompletionCallback const&)':
  804. file_ref.cc:(.text+0x17dc): undefined reference to `__cxa_guard_acquire'
  805. file_ref.cc:(.text+0x18bc): undefined reference to `__cxa_guard_acquire'
  806. file_ref.cc:(.text+0x191c): undefined reference to `__cxa_guard_release'
  807. file_ref.cc:(.text+0x19bc): undefined reference to `__cxa_guard_release'
  808. file_ref.cc:(.text+0x19fc): undefined reference to `__cxa_guard_abort'
  809. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::FileRef(pp::FileSystem const&, char const*)':
  810. file_ref.cc:(.text+0x1afc): undefined reference to `__cxa_guard_acquire'
  811. file_ref.cc:(.text+0x1b5c): undefined reference to `__cxa_guard_release'
  812. file_ref.cc:(.text+0x1c1c): undefined reference to `__cxa_guard_acquire'
  813. file_ref.cc:(.text+0x1cbc): undefined reference to `__cxa_guard_release'
  814. file_ref.cc:(.text+0x1cfc): undefined reference to `__cxa_guard_abort'
  815. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::MakeDirectoryIncludingAncestors(pp::CompletionCallback const&)':
  816. file_ref.cc:(.text+0x1e1c): undefined reference to `__cxa_guard_acquire'
  817. file_ref.cc:(.text+0x1efc): undefined reference to `__cxa_guard_acquire'
  818. file_ref.cc:(.text+0x1f5c): undefined reference to `__cxa_guard_release'
  819. file_ref.cc:(.text+0x1ffc): undefined reference to `__cxa_guard_release'
  820. file_ref.cc:(.text+0x203c): undefined reference to `__cxa_guard_abort'
  821. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o): In function `pp::FileRef::GetName() const':
  822. file_ref.cc:(.text+0x213c): undefined reference to `__cxa_guard_acquire'
  823. file_ref.cc:(.text+0x21dc): undefined reference to `__cxa_guard_acquire'
  824. file_ref.cc:(.text+0x223c): undefined reference to `__cxa_guard_release'
  825. file_ref.cc:(.text+0x22bc): undefined reference to `__cxa_guard_release'
  826. file_ref.cc:(.text+0x22fc): undefined reference to `__cxa_guard_abort'
  827. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o):(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
  828. /home/jordan/Storage/Downloads/Web/nacl_sdk/pepper_18/toolchain/linux_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib64/libppapi_cpp.a(file_ref.o):(.eh_frame+0x8b): undefined reference to `__gxx_personality_v0'
  829. collect2: ld returned 1 exit status
  830. make: *** [nacl-sdl-test.nexe] Error 1
Add Comment
Please, Sign In to add comment