On 1/7/07, Dimitry Golubovsky <[EMAIL PROTECTED]> wrote:
On 1/7/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote:

> > I am getting a strange error message when trying to compile
> > HAppS-0.8.4 with ghc-6.4.1always on the same file.
> >
> [snip]
> > *** Exception: waitForProcess: interrupted (Interrupted system call)
> >
>
> This could mean a lot of things. What OS and platform are you using?
>

bash$ uname -a
Linux dmghome 2.2.16 #9 Mon Sep 16 22:43:25 EDT 2002 i686 unknown


By way of figuring out which system call is getting interrupted, can
you run your "runghc" command with strace, like so:
bash$ strace [whatever you were typing to build happs before]
and paste the last couple of lines of strace's output?

Cheers,
Kirsten

--
Kirsten Chevalier* [EMAIL PROTECTED] *Often in error, never in doubt
"What is research but a blind date with knowledge?" -- Will Henry
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to