Ticket #4426 (closed defect: duplicate)
Do not hard code RTLD_GLOBAL as 256 for libSingular
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | porting | Keywords: | |
| Cc: | malb | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
We currently hard code RTLD_GLOBAL as 256 when we dlopen libSingular. This is not true on AIX and Cygwin for example, so we should pull the value in from the system's dlfcn.h.
Cheers,
Michael
Change History
Note: See
TracTickets for help on using
tickets.

Ha, malb and I opened a ticket for the same issue, but since #4427 has a patch close this as a dupe.
Cheers,
Michael