
20 Jan
2009
20 Jan
'09
9:57 p.m.
On Tue, Jan 20, 2009 at 11:27 AM, Dmitry Goncharov <dgoncharov@unison.com> wrote:
You could link against librt and libpthread. E.g. -lrt -lpthread
Yes, from the command line, but what about with Boost.Build? Should it know enough to add the -lrt -lpthread? If not, what is the change to the Jamfile that is required? --Beman