|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-02-25 05:42:43
>> try running a small test by:
>>
>> 1. cd [boost-root]/libs/config/test
>> 2. bjam -sTOOLS=cw test
>
> I have attached the results of doing this.
Looks like the most pressing problem is the fact that ranlib is failing,
does the Metrowerks toolset actually need to run ranlib at all anyway (I
don't know, but I'm suspecting that maybe ranlib expects gcc-style object
files in the archive)?
John.