Re: libs build errors "64 bit mode not compiled in"
Steven Watanabe via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
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