Wed Sep 20 18:01:55 PDT 2006 Don Stewart <[EMAIL PROTECTED]>
* Use --export-dynamic to ensure ghci works on newer openbsds
Changes to the RTLD_DEFAULT semantics broke the trick we used to ensure
libc symbols were available to the ghci linker, in OpenBSD 4.0. We can
fix this by linking the ghc binary itself with --export-dynamic on this
system, removing the need for any magic Linker.c games.
GHCi now works on OpenBSD 4.0
Contributed by Eric Mertens <emertens at gmail.com>
M ./compiler/Makefile.ghcbin +3
M ./rts/Linker.c -13 +2
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc