Re: libs build errors "64 bit mode not compiled in"
Benjamin Müller via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <em11e3183b-4a22-4847-ab1a-9f01f6282788@mbenjamin> |
Hello, I used the option you gave me, and further I built only the libraries I really need (thread, atomic, container). My build command looks like this now: b2 -j2 --build-dir=D:\boost_1_67_0\boost_1_67_0\Build --address-model=32 --with-atomic --with-container --with-thread toolset=gcc variant=debug link=static threading=multi stage But the errors still appear like here: http://pasteall.org/pic/5335cb9da52dbe86701a87c45fb99f97 Any ideas? Thanks! ------ Originalnachricht ------ Von: "Steven Watanabe via Boost-build" <[email protected]> An: "Benjamin Müller via Boost-build" <[email protected]> Cc: "Steven Watanabe" <[email protected]> Gesendet: 23.05.2018 15:33:12 Betreff: Re: [Boost-build] libs build errors "64 bit mode not compiled in" >AMDG > >On 05/23/2018 07:25 AM, Benjamin Müller via Boost-build wrote: >> >> I want to build the boost libs on my system (os: Windows 10 Pro 32 >>bit). >> My build command is: >> b2 -j2 --build-dir=D:\boost_1_67_0\boost_1_67_0\Build toolset=gcc >> variant=debug link=static --build-type=complete stage >> But the problem is: I get errors like "sorry, unimplemented: 64 bit >>mode >> not compiled in" as you see for example in this screenshot: >> http://pasteall.org/pic/a5b5c04a30f834f5492fd5ac004f99f0 >> Any ideas? Thanks! >> > > Use address-model=32 or get a compiler that supports >64-bit compilation. --build-type=complete tries to >build both 32 and 64-bit versions of the libraries >on Windows. > >In Christ, >Steven Watanabe >_______________________________________________ >Unsubscribe & other changes: >https://lists.boost.org/mailman/listinfo.cgi/boost-build _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build