6 May
2005
6 May
'05
9:48 a.m.
Anyone knows how to make Boost.Threads libray compile and link on QNX 6.3.0 ?
I tried some things, including :
./bjam "-sTOOLS=gcc" "-sGXX=QCC -V3.3.1,gcc_ntox86" "-sBUILD=debug release <runtime-link>dynamic <threading>multi" ...
and it ended up telling me :
cc: unknown option -pthread.
What option does the compiler use to turn on thread support? You may need to hack gcc-tools.jam to stop it from adding -pthread.
I know there is no configuration whatsoever already defined for QNX, as stated by
#error "Unknown Platform -- Please configure .... "
How do I "configure" and what do I need to configure ?
Take a look at: http://www.boost.org/libs/config/config.htm#configuring HTH, John.