Compiling with mscv toolset complains about unresolve symbols
Richard Pitre via Boost-build <[email protected]> Fri, 10 Jan 2020 11:55:38 -0500
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <[email protected]> |
I am trying to build the tutorial quickstart project. I my user-config file I have this: using mscv : 14.0 ; and my command is b2 address-model=64 --user-config=../user-config.jam It fails at the link phase with messages like: Creating library extending.lib and object extending.exp extending.obj : error LNK2001: unresolved external symbol _purecall extending.obj : error LNK2019: unresolved external symbol __imp__invalid_parameter referenced in function "void * __cdecl std::_Allocate(unsigned __int64,unsigned __int64,bool)" (?_Allocate@std@@YAPEAX_K0_N@Z) extending.obj : error LNK2019: unresolved external symbol __imp__wassert referenced in function "public: __cdecl boost::python::api::object_base::~object_base(void)" (??1object_base@api@python@boost@@QEAA@XZ) .... others ... MSVCRTD.lib(gshandlereh.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler3 MSVCRTD.lib(new_scalar.obj) : error LNK2019: unresolved external symbol _callnewh referenced in function "void * __cdecl operator new(unsigned __int64)" (??2@YAPEAX_K@Z) MSVCRTD.lib(new_scalar.obj) : error LNK2019: unresolved external symbol malloc referenced in function "void * __cdecl operator new(unsigned __int64)" (??2@YAPEAX_K@Z) ... others.... Richard Pitre [email protected] _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build