Boost logo

Boost-Build :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-12 02:12:31


One more thing, The tests which fail to link do so with the message:

LINK : fatal error LNK1181: cannot open input file 'stlportstld.5.lib'

where as the stlport/lib directory contains the file name

stlportstld.5.0.lib

note the missing "0" in the file being requested.

Robert Ramey

Robert Ramey wrote:
> Robert Ramey wrote:
>> I managed to get an stlport test partly working for the serialization
>> library by adding the following to the user-config.jam file
>>
>> using stlport
>> : 4.5.3
>> : "C:/STLport-4.5.3/stlport"
>> "C:/STLport-4.5.3/lib"
>> ;
>>
>> using stlport
>> : 5.0
>> : "C:/STLport-5.0/stlport"
>> "C:/STLport-5.0/lib"
>> ;
>>
>> and using the following command line switches with bjam
>>
>> --dump-tests --toolset=msvc-7.1 stdlib=stlport-5.0
>>
>> However, I'm quite surprised to see the bin.v2 directory look like
>> the following:
>>
>> bin.v2/libs/serialization/test/test_const_fail1.test/msvc-7.1/debug/stlport-5.0/stlport-5.0/threading-multi
>
> whoops - above should read:
>
> bin.v2/libs/serialization/test/test_const_fail1.test/msvc-7.1/debug/stdlib-stlport-5.0/stdlib-stlport-5.0/threading-multi>>
> Note that the repetition of stlport-5.0 is not a typo - it appears>
> twice in the path. I don't expect this can be right but I have no
> ideawere it> should be fixed.>> Robert Ramey>>>>>>
> _______________________________________________> Unsubscribe & other
> changes:> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk