Boost logo

Boost-Build :

From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2019-12-17 17:56:34


On Tue, 17 Dec 2019 at 12:14, Mateusz Loskot <mateusz_at_[hidden]> wrote:
> [...]
> Interestingly, both first target in the list succeeds and the second
> fails with linking
> errors due to mismatch of machine type of libraries and build target.
> That is, unresolved external symbol errors are described as follows
>
> - for address-model=32,64
> warning LNK4272: library machine type 'x86' conflicts with target
> machine type 'x64'
>
> - for address-model=64,32
> warning LNK4272: library machine type 'x64' conflicts with target
> machine type 'x86'
>
> For both address models, checks of libraries succeed with yes.

Following further testing, that part above indicates a bug in B2,
so I have reported it
https://github.com/boostorg/build/issues/515

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

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