On Thu, Dec 31, 2009 at 02:34:33PM +0000, Ian Lynagh wrote:
> * Why does HSdph-prim-par-0.4.0-ghc6.13.20091222 have filename
>         libHSdph-prim-seq-0.4.0-ghc6.13.20091222.so
>   (note par vs seq)

Probably because -par-*.so is linked against -seq-*.so; the error
message is from dlopen(), which is presumably complaining about an
inability to find the -seq-*.so when trying to satisfy the NEEDED
entry.

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to