|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-09-06 04:31:49
What's happened to the RudbekAssociates test results, they're all failing
for vc-6_5 vc-6_5-stlport vc-7_0 and vc-7_1 whenever there is an external
lib to link against. The typical error message is:
LINK : fatal error LNK1104: cannot open file
'libboost_regex-vc71-mt-gd-1_33_1.lib'
Which usually happens when there is a conflict between the auto-linking code
and the lib names produced by bjam (if that's the case there's a regression
in the build system somewhere).
Anyone any ideas? What are the actual linker command lines produced inside
the response files?
Thanks,
John.