Boost logo

Boost Users :

From: me22 (me22.ca_at_[hidden])
Date: 2006-08-30 10:43:01


On 8/30/06, Minkoo Seo <minkoo.seo_at_[hidden]> 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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net