$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Eske Christiansen (eske_at_[hidden])
Date: 2002-11-03 10:33:42
sorry, have fixed the problem.
the correct way of linking with boost::thread is:
g++ foo.cpp -lboost_thread -lpthread
yours
eske