MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010304 | CMake | Modules | public | 2010-02-16 17:57 | 2011-05-26 00:37 |
Reporter | Betz, Daniel | ||||
Assigned To | Philip Lowman | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0010304: FindBoost.cmake can't handle new filename layout of boost | ||||
Description | I seems that boost doesn't use the "mt" postfix any longer for the default filename layout of the library files. This means that linking to i.e. boost_program_options failles because the switch is -lboost_program_options-mt instead of -lboost_program_options. Part of the output of "bjam --help": ... --layout=<layout> Determines whether to choose library names and header locations such that multiple versions of Boost or multiple compilers can be used on the same system. versioned - Names of boost binaries include the Boost version number, name and version of the compiler and encoded build properties. Boost headers are installed in a subdirectory of <HDRDIR> whose name contains the Boost version number. tagged -- Names of boost binaries include the encoded build properties such as variant and threading, but do not including compiler name and version, or Boost version. This option is useful if you build several variants of Boost, using the same compiler. system - Binaries names do not include the Boost version number or the name and version number of the compiler. Boost headers are installed directly into <HDRDIR>. This option is intended for system integrators who are building distribution packages. The default value is 'versioned' on Windows, and 'system' on Unix. ... Because my system is linux and therefore the default layout is 'system', there is no multi threading indicator in the filename. boost version 1.41 See also https://bugs.kde.org/show_bug.cgi?id=227275 [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/3377/FindBoost.cmake | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-02-16 17:57 | Betz, Daniel | New Issue | |||
2010-09-10 23:52 | Philip Lowman | Status | new => assigned | ||
2010-09-10 23:52 | Philip Lowman | Assigned To | => Philip Lowman | ||
2010-09-11 00:12 | Philip Lowman | File Added: FindBoost.cmake | |||
2010-09-11 00:17 | Philip Lowman | Note Added: 0022189 | |||
2010-09-12 05:55 | Betz, Daniel | Note Added: 0022193 | |||
2010-09-12 12:53 | Philip Lowman | Note Added: 0022194 | |||
2010-09-18 13:35 | Philip Lowman | Note Added: 0022264 | |||
2011-05-26 00:37 | Philip Lowman | Note Added: 0026609 | |||
2011-05-26 00:37 | Philip Lowman | Status | assigned => closed | ||
2011-05-26 00:37 | Philip Lowman | Resolution | open => unable to reproduce |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|