
22 Oct
2004
22 Oct
'04
8:44 p.m.
This might be very easy for a lot of you but I've been banging my head on the wall. I just installed the boost library and tried to run a simple test file using boost.thread.mutex #include <boost/thread/mutex.hpp> int main() { boost::mutex m; } I got this compilation error message: undefined reference to `boost::mutex::mutex[in-charge]()' I guess I have to link in the libboost_thread.dll file somehow but I don't seem to find a solution how. Perharps I've been searching the wrong places. Please help the newbie. Thanks a lot in advance. _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com