21 Feb
2009
21 Feb
'09
4:22 p.m.
AMDG lenberman wrote:
I've got boost 1.38 built.
When I try to build demo.cpp, it fails. I'm building in the serialization/examples subdirectory. I think this is a supported compiler. No doubt I'm doing something very stupid and hopefully very easy to fix.
Thanks in advance. --Len
make -k g++ --version g++ (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ -g -I/share/space/net-srcs/boost_1_38_0 demo.cp
You need to link to the serialization library. In Christ, Steven Watanabe