30 Aug
2006
30 Aug
'06
2:43 p.m.
On 8/30/06, Minkoo Seo
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