Re: [Boost-bugs] [Boost C++ Libraries] #9774: [libs/coroutine] Undefined symbols for architecture i386: _make_fcontext / _jump_fcontext

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9774: [libs/coroutine] Undefined symbols for architecture i386: _make_fcontext / _jump_fcontext
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-13 12:08:11


#9774: [libs/coroutine] Undefined symbols for architecture i386: _make_fcontext /
_jump_fcontext
--------------------------------------+-----------------------
  Reporter: class101 <ad@…> | Owner: olli
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: coroutine
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-----------------------

Comment (by class101 <ad@…>):

 Nvm I got your last changes I did a pull of develop and then a submodules
 update

 The changes you have made litterally fixed all my problems, Good job !!!

 Success builds:

 target: x86_64-w64-mingw32-seh => OK
 {{{
 SET PATH=X:\libs\gcc-4.8.2-x86_64-w64-mingw32-seh\bin;%PATH%
 b2 -j10 -d0 toolset=gcc variant=release abi=ms address-model=64
 link=static,shared strip=on target-os=windows threading=multi
 threadapi=win32 cxxflags=-w linkflags=-w --stagedir=stage64 --without-
 python --without-mpi
 }}}

 target: i686-w64-mingw32-dw4 => OK
 {{{
 SET PATH=X:\libs\gcc-4.8.2-i686-w64-mingw32-dw4\bin;%PATH%
 b2 -j10 -d0 toolset=gcc variant=release abi=ms address-model=32
 link=static,shared strip=on target-os=windows threading=multi
 threadapi=win32 cxxflags=-w linkflags=-w --stagedir=stage32 --without-
 python --without-mpi
 }}}

 target: x86_64-unknown-linux-gnu => OK
 {{{
 SET PATH=X:\libs\gcc-4.8.2-x86_64-unknown-linux\bin;%PATH%
 b2 -j10 -d0 toolset=gcc variant=release abi=sysv address-model=64 binary-
 format=elf link=static,shared pch=off strip=on target-os=linux
 threading=multi threadapi=pthread cxxflags="-w -m64" linkflags="-w -m64"
 --stagedir=stage64 --without-python --without-mpi
 }}}

 target: i686-unknown-linux-gnu => OK (now passes)
 {{{
 SET PATH=X:\libs\gcc-4.8.2-x86_64-unknown-linux\bin;%PATH%
 b2 -j10 -d0 toolset=gcc variant=release abi=sysv address-model=32 binary-
 format=elf link=static,shared pch=off strip=on target-os=linux
 threading=multi threadapi=pthread cxxflags="-w -m32" linkflags="-w -m32"
 --stagedir=stage32 --without-python --without-mpi
 }}}

 target: x86_64-apple-darwin10 (no-multiarch) => OK (now passes)
 {{{
 SET PATH=X:\libs\gcc-clang-3.4-x86_64-apple-darwin10\bin;%PATH%
 b2 -j10 -d0 toolset=clang-darwin variant=release abi=sysv address-model=64
 binary-format=mach-o link=static,shared pch=off strip=on target-os=darwin
 threading=multi threadapi=pthread cxxflags="-w -arch x86_64" linkflags="-w
 -arch x86_64 -lstdc++" --stagedir=stage64 --without-python --without-mpi
 }}}

 target: i686-apple-darwin10 (no-multiarch) => OK (now passes)
 {{{
 SET PATH=X:\libs\gcc-clang-3.4-x86_64-apple-darwin10\bin;%PATH%
 b2 -j10 -d0 toolset=clang-darwin variant=release abi=sysv address-model=32
 binary-format=mach-o link=static,shared pch=off strip=on target-os=darwin
 threading=multi threadapi=pthread cxxflags="-w -arch i386" linkflags="-w
 -arch i386 -lstdc++" --stagedir=stage32 --without-python --without-mpi
 }}}

 target: x86_64-apple-darwin10 (MULTIARCH) => OK (now passes)
 {{{
 SET PATH=X:\libs\gcc-clang-3.4-x86_64-apple-darwin10\bin;%PATH%
 b2 -j10 -d0 toolset=clang-darwin variant=release abi=sysv address-
 model=32_64 binary-format=mach-o link=static,shared pch=off strip=on
 target-os=darwin threading=multi threadapi=pthread cxxflags="-w -arch i386
 -arch x86_64" linkflags="-w -arch i386 -arch x86_64 -lstdc++"
 --stagedir=stage32_64 --without-python --without-mpi
 }}}

 [1] the windows toolchains :
 https://drive.google.com/folderview?id=0B4dcRcayW88VNmRtZDEybEZoLTQ&usp=sharing

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9774#comment:4>
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:15 UTC