Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Running boost 1.38.0 regression tests under QNX6.4.0
From: David.Burt_at_[hidden]
Date: 2009-02-19 06:49:41


I don't know why but I did the following and it worked.

Modify "tools/regression/build/Jamroot.jam" and add #~ in front of explicit
compiler_status

...
exe compiler_status
    :
    compiler_status.cpp
    tiny_xml
    /boost/filesystem//boost_filesystem/<link>static
    :
    <define>BOOST_ALL_NO_LIB=1
    <use>/boost//headers
    :
    release
    ;
#~ explicit compiler_status ;
...


Boost-testing list run by mbergal at meta-comm.com