Boost logo

Boost Users :

Subject: Re: [Boost-users] CMake Problems with boost 1.39
From: Tan, Tom (Shanghai) (TTan_at_[hidden])
Date: 2009-05-07 22:17:44


>> - The generated boost.test libs have an additional "-s" to the file
>> names, ex. libboost_unit_test_framework-vc90-mt-1_39-s.lib, instead
of
>> libboost_unit_test_framework-vc90-mt-1_39.lib. This will cause a
linking
>> error while using boost.test. this does noto happen to the bjamed
>> results.
>>

>.-s means that the library links to the static C++ runtime.

The issue is, -s is appended to the end of the file name to all .lib
files, even for those statically linked files that already have 's' in
the middle.
  
Ex. libboost_unit_test_framework-vc90-mt-s-1_39-s.lib, rather than
libboost_unit_test_framework-vc90-mt-s-1_39.lib


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