Guest User

Untitled

a guest
Nov 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. J:Cpphelloshello_boost_libraryhello_boost_library.cpp -o objDebughelloshello_boost_libraryhello_boost_library.o
  2. clang++.exe -o binDebughello_boost_library.exe objDebughelloshello_boost_libraryhello_boost_library.o
  3. -m64 -v -m64
  4. ..MathToolkittestMath_testboost_system_static_librarybinDebuglibboost_system_static_library.ainclude_ -c
  5. clang version 5.0.0 (tags/RELEASE_500/final)
  6. Target: x86_64-pc-windows-msvc
  7. Thread model: posix
  8. InstalledDir: C:LLVMclang-500LLVMbin
  9. "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\bin\HostX64\x64\link.exe" "-out:bin\Debug\hello_boost_library.exe" -defaultlib:libcmt "-libpath:C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\lib\x64" "-libpath:C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\ucrt\x64" "-libpath:C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x64" -nologo "obj\Debug\hellos\hello_boost_library\hello_boost_library.o" "..\MathToolkit\test\Math_test\boost_system_static_library\bin\Debug\libboost_system_static_library.a"
  10. hello_boost_library.o : warning LNK4217: locally defined symbol __std_terminate imported in function "int `public: __cdecl std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)'::`1'::dtor$3" (?dtor$3@?0???1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@XZ@4HA)
  11. clang++.exe: error: linker command failed with exit code 1120 (use -v to see invocation)
  12. libboost_system_static_library.a(error_code.o) : warning LNK4049: locally defined symbol __std_terminate imported
  13. hello_boost_library.o : warning LNK4217: locally defined symbol _CxxThrowException imported in function main
  14. libboost_system_static_library.a(error_code.o) : warning LNK4049: locally defined symbol _CxxThrowException imported
  15. libboost_system_static_library.a(error_code.o) : error LNK2019: unresolved external symbol __imp___RTDynamicCast referenced in function "public: virtual bool __cdecl boost::system::error_category::std_category::equivalent(class std::error_code const &,int)const " (?equivalent@std_category@error_category@system@boost@@UEBA_NAEBVerror_code@std@@H@Z)
  16. binDebughello_boost_library.exe : fatal error LNK1120: 1 unresolved externals
Add Comment
Please, Sign In to add comment