Hi all, 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 ./configure bjam How can i rectify it? Rgds Lalit _________________________________________________________________ Pinjar is a classic! Check out the making of this film. http://server1.msn.co.in/sp03/Pinjar/index.asp Simply click here!
On Sat, Nov 08, 2003 at 01:26:37PM +0530, Lalit Seth wrote:
Hi all,
hi
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
./configure bjam
i think i've solved invoking bjam this way: bjam -sBUILD="<define>_REENTRANT <threading>multi" ciao dom -----[ Domenico Andreoli, aka cavok --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
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.
participants (3)
-
cavokļ¼ filibusta.crema.unimi.it
-
John Maddock
-
Lalit Seth