On 8/30/06, Minkoo Seo <
minkoo.seo@...> wrote:
> Hence, I have to compile a program like the following:
> g++ -lboost_serialization foo.cpp
>
Be warned, if you have static libraries that wont work and you'll need
the following instead:
g++ foo.cpp -lboost_serialization
( This just came up in Freenode/#boost yesterday. )
~ SWMc
_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users