On 22/03/13 18:27, Tim Burgess wrote:
Unfortunately, my project no longer links correctly. The linker complains that it can't find symbols for my architecture (x86_64)
You're probably linking against a binary built with different settings that the ones you're using.
- the messages are in the the form:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_sta rt(char const*)", referenced from:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_ove rride(boost::archive::version_type&, int)", referenced from:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_ove rride(boost::archive::class_id_type&, int)", referenced from:
(I've truncated the output here for brevity).
Unfortunately, you removed the relevant bits.