Boost logo

Boost Users :

From: Michael Shapiro (mshapiro_at_[hidden])
Date: 2006-02-15 14:12:01


I haven't seen your error messages, but I recently went through many of the
same gyrations. What finally fixed it was linking -lstdc++ Try this if you
are getting errors that mention things like c_str, basic_ostream, etc.

Good luck.

On Wednesday 15 February 2006 13:43, rwm33_at_[hidden] wrote:
> "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.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


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