[Haskell-beginners] Is working with Haskell easier on Linux than on a Mac?

Michael Martin mmartin4242 at gmail.com
Mon Oct 20 00:34:27 UTC 2014


On 10/19/2014 07:29 PM, Brandon Allbery wrote:
> On Sun, Oct 19, 2014 at 8:25 PM, Michael Martin <mmartin4242 at gmail.com 
> <mailto:mmartin4242 at gmail.com>> wrote:
>
>     As a Linux bigot myself, I'd say go with Linux. However, if you
>     are more comfortable with OS X, I'm
>     gonna guess that installing X Code (or whatever the compiler
>     package is called these days) ought
>     to make this one particular problem (header file not found) go away.
>
>
> I'd guess otherwise, because "" in a #include (having peeked back at 
> the original message) means it's a locally defined file, not a system 
> header. That said, it doesn't rule out configure not having created it 
> because it couldn't find some system header --- but the Command Line 
> Tools should be sufficient for that.
>

Signals.h provides an interface to OS process signals, and should be 
provided by either the compiler
package, or by the operating system itself. A quick google for "Mac OS/X 
Signals.h" tells me that this
header file is, indeed, provided by the X-Code compiler package.

> -- 
> brandon s allbery kf8nh sine nomine associates
> allbery.b at gmail.com <mailto:allbery.b at gmail.com> 
> ballbery at sinenomine.net <mailto:ballbery at sinenomine.net>
> unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20141019/74c51c20/attachment.html>


More information about the Beginners mailing list