Bug #559
Use dynamic spread library by default
Status: | Resolved | Start date: | 09/08/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Wienke | % Done: | 100% | |
Category: | C++ | |||
Target version: | rsb-0.10 |
Description
Don’t use static libraries by default, as it is not guaranty that they are position independent, which is required to link them into dynamic libraries. If the user wants static linking he can reactivate it by setting SPREAD_USE_STATIC to TRUE.
Associated revisions
make shared library for spread the default
fixes #559
History
#1 Updated by J. Wienke over 11 years ago
- Category set to C++
- Assignee set to J. Wienke
- Target version set to rsb-0.10
I cannot make this the default for 0.4 as it may break build of dependent software.
#2 Updated by J. Wienke over 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r2553.