$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-10-20 03:02:55
Renan Polo Montebelo wrote:
> When I try to compile / link this little program:
[snip sample and error messages]
> I can't figure out what's happening, but I'm sure the problem is from_string(). When I don't use it, everything works fine.
The date_time library is not header only, thefore you have to link against
the date_time library which you have to build first.
See http://www.boost.org/more/getting_started.html#Build_Install for more
details.
Markus