On Friday, May 17, 2002, at 11:58 AM, Jerry, JiJie wrote:

> SubProcess.lhs:5:
>     failed to load interface for `Posix':
>         Could not find interface file for `Posix'
>
> while my Posix library files found in /usr/lib/ghc-5.02.3/imports/posix/
> and also my /usr/lib/ghc-5.02.3/package.conf seems perfectly normal
>
> any hints pls?

Make sure you added
        -package posix
to you compilation command.

--
S�bastien

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to