Boost logo

Boost-Build :

Subject: Re: [Boost-build] libs build errors "64 bit mode not compiled in"
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-05-23 13:33:12


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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk