$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: rkemp (rkemp_at_[hidden])
Date: 2006-08-16 19:53:46
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.