$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: rwm33_at_[hidden]
Date: 2006-02-15 13:43:20
"The message suggests that the serialization libraries are not linked in.This would likely be an issue with link command line."
The command i used to compile the demo is
g++ demo.cpp -L/home/newton6/rwm33/usr/lib -lboost_serialization-gcc-mt-d -o demo
I tried other variations of:
g++ demo.cpp -L/home/newton6/rwm33/usr/lib -lboost_serialization-gcc-mt -o demo
g++ demo.cpp -L/home/newton6/rwm33/usr/lib -lboost_serialization-gcc -o demo
Should i be linking with something else?
Thanks,
Ryan McKeown
Drexel University
Physics Dept.