$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-03-04 07:45:45
>Works for me. What's missing?
You're right, I've updated the jamfile to turn threading support on for
config_test.
BTW -pthread isn't the right flag on all gcc platforms - FreeBSD uses
-pthreads if memory serves me right, and cygwin uses -mthreads, and some
platforms need -lrt as well as -lpthread. Any idea how we can handle this?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/