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

Brandon Allbery allbery.b at gmail.com
Mon Oct 20 00:29:51 UTC 2014


On Sun, Oct 19, 2014 at 8:25 PM, Michael Martin <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.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20141019/6db3c031/attachment.html>


More information about the Beginners mailing list