Simon Marlow wrote:
I've fixed the cause of the hangs on Solaris, I believe.

Yes, hanging is gone, but the binary segfaults now immediately (with hello.hs)

Also, the ctime_r() and -lrt problems are both fixed.

Only the -lrt problem is fixed.

I'd be interested to know if it works for you, and if you could do a testsuite run too that would be great.

I'm currently running the ghc-regression test (with stage1/ghc-inplace), but that does not look good (although it does not hang)

Christian

-bash-3.00$ ldd /local/home/maeder/ghc-6.4.3-pre/ghc/compiler/stage1/ghc-6.4.2
        libdl.so.1 =>    /lib/libdl.so.1
        libm.so.2 =>     /usr/local/lib/libm.so.2
        libgmp.so.3 =>   /usr/local/lib/libgmp.so.3
        libc.so.1 =>     /lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
-bash-3.00$ ldd /local/home/maeder/ghc-6.4.3-pre/ghc/compiler/stage2/ghc-6.4.2
        librt.so.1 =>    /lib/librt.so.1
        libreadline.so.5 =>      /usr/local/lib/libreadline.so.5
        libncurses.so.5 =>       /usr/local/lib/libncurses.so.5
        libdl.so.1 =>    /lib/libdl.so.1
        libm.so.2 =>     /usr/local/lib/libm.so.2
        libgmp.so.3 =>   /usr/local/lib/libgmp.so.3
        libpthread.so.1 =>       /lib/libpthread.so.1
        libc.so.1 =>     /lib/libc.so.1
        libaio.so.1 =>   /lib/libaio.so.1
        libmd5.so.1 =>   /lib/libmd5.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
        /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to