Hi, 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. 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 ? Thanks, Alexandre Senechal
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.
Thanks, this helped but I am not sure if it is working properly. I will test and post back later. John Maddock wrote:
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.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
!DSPAM:427b4066125831020146272!
participants (2)
-
Alexandre Sénéchal
-
John Maddock