More problems compiling GHC on Mac OS X
Michael Weber
michaelw@foldr.org
Mon, 17 Mar 2003 10:35:09 +0100
* Kirsten Chevalier <krc@uclink.berkeley.edu> [2003-03-17T01:09-0800]:
> configure says:
>
> checking for sendfile in sys/sendfile.h... no
> checking for sendfile in sys/socket.h... no
>
> I tried building again just now, just to be sure, and still got the same error
> message ("Sendfile.hsc:19: Variable not in scope: `c_sendfile'").
Try removing c_sendfile from the export list.
Cheers,
Michael