[Issue 10508] qsort_r is not present on older Linux systems
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Dec 6 08:45:16 PST 2014
https://issues.dlang.org/show_bug.cgi?id=10508
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
--- Comment #4 from Martin Nowak <code at dawg.eu> ---
There are a few more issues for CentOS 5.
The elf.h header is missing some newer relocation types, e.g. R_X86_64_PC64.
Phobos is linking against libcurl.so.4, but only .so.3 is available.
So if you're still interested in fixing those, please contribute :).
--
More information about the Digitalmars-d-bugs
mailing list