Is a boost binary archive "portable" from one Linux x86_64 machine to another Linux x86_64 machine?
The documentation suggests it is, by using the term native binary
, however, I have not yet been able to do it. Is it "my fault", or is such a thing not possible?
I do know about portable binary archives, but I understand they are not tested well...
EDIT: In addition to SoapBox's answer, I figured out the boost library version needs to be the same on both machines