Ticket #41 (closed enhancement: wontfix)
Auto-disable shared libraries
| Reported by: | olly | Owned by: | nobody |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Build system | Version: | SVN trunk |
| Severity: | minor | Keywords: | |
| Cc: | richard | Blocked By: | |
| Operating System: | other | Blocking: |
Description (last modified by olly) (diff)
It'd be nice if configure could default to --disable-shared where we know shared libraries don't work. Ideally via a configure feature test if we can find a 100% reliable test (throwing an exception from a shared library?)
Richard suggests the following, as an autoconf test:
- build a library, with a function which throws an exception.
- build an application which links dynamically to the library, and calls the method.
- run the library - if the problem exists, a segfault will occur.
Change History
Note: See
TracTickets for help on using
tickets.
