How do you build the x64 Boost libraries on Windows?
You need to add the address-model=64 parameter. Look e.g. here.
You need to add the address-model=64 parameter. Look e.g. here.
See Boost getting started windows section 6.3 naming and section 6.1 on Unix naming The ones that deal with -mt and d are -mt Threading tag: indicates that the library was built with multithreading support enabled. Libraries built without multithreading support can be identified by the absence of `-mt`. -d ABI tag: encodes details that … Read more