Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7864: Boost.Context fails to build with Visual Studio
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-07 19:15:17
#7864: Boost.Context fails to build with Visual Studio
---------------------------+------------------------------------------------
Reporter: marshall | Owner: olli
Type: Bugs | Status: new
Milestone: Boost 1.53.0 | Component: context
Version: Boost 1.52.0 | Severity: Showstopper
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment (by olli):
make_i386_ms_pe_masm.obj is compiled from make_i386_ms_pe_masm.asm
make_i386_ms_pe_masm.asm references _exit() (from C-library)
as the linker output describes symbol __exit (two underscores!) is
unknown
maybe something with the build-env is wron, especially because the runtime
function __DllMainCRTStartup is also unresolved (boost.context does not
use symbol DllMainCRTStartup() ).
Maybe you mixed debug with release versions in the build-env?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7864#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC