Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-05-06 04:48:11


> 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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net