9 Nov
2003
9 Nov
'03
11:02 a.m.
I was using a a boost library boost_1_30_0. now i tried to use new boost realease boost-1.30.2.
But compiling the same application with new boost library results in error Thread support is unavailable!
as BOOST_HAS_THREADS Macro is not defined.
This is wht i have doen to install boost under RedHat8.0 Linux
Turn on thread support in your compiler by passing it the -pthread option. John.