$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-11-06 12:46:27
On Thu, 06 Nov 2003 16:20:09 +0100, Istvan Buki wrote
> Hello,
>
> here is a small piece of code that use the posix_time system that
> fails to compile. I'm wondering whether it is a bug in the library
> or my usage of the library that is wrong.
>
> Thank you for your help.
> Istvan
You need to build the libboost_datetime.a file using bjam and add it to you
command line for linking.
Jeff