Ticket #4426 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone changed from sage-3.2.1 to sage-duplicate/invalid/wontfix

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

Cheers,

Michael

Note: See TracTickets for help on using tickets.