16 Aug
2006
16 Aug
'06
11:53 p.m.
I successfully built the entire boost library using the bjam utility. Now I'm trying to compile and link demo.cpp but it is failing to resolve about a dozen symbols. demo.cpp is the example code for the serialization library. A typical error reads: undefined reference to 'boost::archive::ARCHIVE_SIGNUTURE' I am linking to the libboost_serialization-gcc.so library. Is there another? Can anyone steer me in the right direction? Thx.