Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::asio cross-library link issue
From: Stanley Friesen (friesens_at_[hidden])
Date: 2016-10-03 15:27:12


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-tp4688567p4688571.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net