Maximilian Wilson wrote:
Perhaps this is obvious, but it wasn't to me from Boost's documentation: you have to explicitly link in the serialization library. On gcc this would be
g++ myProgram.cpp -o myProgram -lboost_serialization-gcc
(where libboost_serialization-gcc.a is a file in your library directory $LIBRARY_PATH).
Max
On Sat, 22 Jan 2005 18:07:38 -0600, Daniel Goller
wrote: are there any problems with boost serialization including linker errors or does this indicate a broken install
i have heard of problems with boost serialization but do not know which they might be
before running off in the wrong direction i figured i would gather information here to solve this:
http://bugs.gentoo.org/show_bug.cgi?id=78043
problem
any help on this will be appreciated
Daniel
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
i didnt explicitly provde the command line as it was shown on the bug url i provided, thanks anyway, i still got the suggestion about the "Jamfile" needing two more things, as sorry mostly windows boost user i never had to build boost before and am not immediately aware how the Jamfiles are used, come the weekend i will extend my rtfm and look into Jamfiles used during install thank you Daniel