Subj : Re: g++ & Boost.threads To : comp.programming.threads From : g Date : Sun Sep 25 2005 07:05 am when I try to compile with : g++ tennis.cpp -otennis -I/usr/local/include/boost-1_33 -Lusr/local/lib the output is... undefined reference to 'boost::thread::thread(boost::.....) +++many messages like this... how I link the library to my executeble???? .