use RTLD_LAZY instead of RTLD_NOW
authorSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:27:27 +0000 (15:27 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:27:27 +0000 (15:27 +0000)
commit8edb76687dc6aec821131861ce81f6b6d8293299
tree81e5b41f003b2ce96707cf8b485c7b89935ddaa9
parent8bd0e4bc3406f9c3ea3cfb23a52c1d7493cb9374
use RTLD_LAZY instead of RTLD_NOW
RTLD_NOW apparently causes some problems, according to previous
mailing-list discussion

 http://www.haskell.org/pipermail/cvs-ghc/2007-September/038570.html
rts/Linker.c