23 May
2011
23 May
'11
10:46 p.m.
On Mon, May 23, 2011 at 2:24 PM, Eric Lin
and in my /usr/local/lib I do have libboost_thread.a libboost_thread.so libboost_thread.so.1.46.1
The easy way to deal with this is to add /usr/local/lib to your LD_LIBRARY_PATH variable, which would look like this: eric@eric-laptop:~/cppcookbook$ LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./a.out Brian