renamed GMP symbols in GHC
Joachim Breitner
nomeata at debian.org
Thu Jan 5 20:14:31 CET 2012
Hi,
Am Mittwoch, den 04.01.2012, 22:00 +0100 schrieb Joachim Breitner:
> And would dlopen make a difference? RTLD_LOCAL sounds interesting...
it seems that some OSs provide a RTLD_PRIVATE which does exactly what we
need: http://uw714doc.sco.com/en/man/html.3C/dlopen.3C.html
But unfortunately, glibc does not seem to support it. But still,
RTLD_LOCAL might be enough:
RTLD_LOCAL
This is the converse of RTLD_GLOBAL, and the default if nei‐
ther flag is specified. Symbols defined in this library are
not made available to resolve references in subsequently
loaded libraries.
Greetings,
Joachim
--
Joachim "nomeata" Breitner
Debian Developer
nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20120105/0c244d53/attachment-0001.pgp>
More information about the Glasgow-haskell-users
mailing list