3 Oct
2016
3 Oct
'16
7:27 p.m.
I managed to get the compiler options from the two builds. Other than -I options, there are few differences. None of them directly control structure packing. The PCL build has -fPIE (and also a matching -fPIC) and -DBOOST_DISABLE_ASSERTS. Our compile options include -mtune=<arch> (along with a matching -march), --std=c++11, -Dx86_64, and -g (though both have -O3 as well). In typing this, it occurs to me the issue may be the --std=c++11. I will test that ASAP. (I already tested the -DBOOST_DISABLE_ASSERT to no effect). -- View this message in context: http://boost.2283326.n4.nabble.com/boost-asio-cross-library-link-issue-tp468... Sent from the Boost - Users mailing list archive at Nabble.com.