« Return to Thread: Documentation Suggestion.

Re: Documentation Suggestion.

by me22 :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: Documentation Suggestion.