
4 Feb
2007
4 Feb
'07
9:25 a.m.
Meryl Silverburgh wrote:
i have more information about my problem:
I have add '-L/usr/lib' as my library path during linking and i make sure i have 'libboost_thread*' library in '/usr/lib', but it still does not work. Any idea why?
This is a compiler issue: you need to tell the compiler that you need to link to the thread lib with a -lboost_thread. John.