Feature #1111
Create a CMake macro to check if we should link to an external lib or not
Status: | Closed | Start date: | 09/30/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | kervala | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
Some Linux distributions packages don't use --no-undefined when compiling libs so they could miss some symbols and that's up to the application to manually link to missing libs.
To avoid overlinking, we should create a macro which checks for some symbols and library names and tell if we need to manually link or not.
History
#1 Updated by kervala almost 8 years ago
- % Done changed from 0 to 50
That's working under Linux at least :)
We need to check under Mac OS X.
#2 Updated by kervala almost 8 years ago
- Status changed from Assigned to Resolved
- Target version set to Version 0.8.0
- % Done changed from 50 to 100
That's working too under Mac OS
#3 Updated by kervala over 7 years ago
- Status changed from Resolved to Closed