Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Is working with Haskell easier on Linux than on a Mac?
(Brandon Allbery)
2. Re: Is working with Haskell easier on Linux than on a Mac?
(Brandon Allbery)
3. Re: Is working with Haskell easier on Linux than on a Mac?
(Michael Martin)
4. GhcDynamic and DYNAMIC_GHC_PROGRAMS (Jeremy)
----------------------------------------------------------------------
Message: 1
Date: Sun, 19 Oct 2014 20:36:56 -0400
From: Brandon Allbery <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Is working with Haskell easier on
Linux than on a Mac?
Message-ID:
<CAKFCL4VbGJrYcyNDW7L5SRa+a=ybwbhypxo2ybkrc9grtus...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
On Sun, Oct 19, 2014 at 8:34 PM, Michael Martin <[email protected]>
wrote:
> Signals.h provides an interface to OS process signals
That is <signal.h>, not "Signals.h". And while case may be fungible on OS
X, the trailing "s" is not.
--
brandon s allbery kf8nh sine nomine associates
[email protected] [email protected]
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20141019/74598ada/attachment-0001.html>
------------------------------
Message: 2
Date: Sun, 19 Oct 2014 20:40:01 -0400
From: Brandon Allbery <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Is working with Haskell easier on
Linux than on a Mac?
Message-ID:
<cakfcl4uvc-ek2oynxt0jnunndsqlrecfrwz7xga_sbbwwbm...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
On Sun, Oct 19, 2014 at 8:36 PM, Brandon Allbery <[email protected]>
wrote:
> On Sun, Oct 19, 2014 at 8:34 PM, Michael Martin <[email protected]>
> wrote:
>
>> Signals.h provides an interface to OS process signals
>
>
> That is <signal.h>, not "Signals.h". And while case may be fungible on OS
> X, the trailing "s" is not.
>
To be quite clear:
pyanfar:857 Z$ ls -l /usr/include/signal.h
-r--r--r-- 1 root wheel 5318 Oct 17 05:41 /usr/include/signal.h
pyanfar:858 Z$ pkgutil --file-info /usr/include/signal.h
volume: /
path: /usr/include/signal.h
pkgid: com.apple.pkg.DevSDK_OSX109
pkg-version: 6.1.0.0.1.1413057044
install-time: 1413646296
uid: 0
gid: 0
mode: 444
--
brandon s allbery kf8nh sine nomine associates
[email protected] [email protected]
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20141019/fb122b30/attachment-0001.html>
------------------------------
Message: 3
Date: Sun, 19 Oct 2014 19:54:01 -0500
From: Michael Martin <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Is working with Haskell easier on
Linux than on a Mac?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
On 10/19/2014 07:36 PM, Brandon Allbery wrote:
> On Sun, Oct 19, 2014 at 8:34 PM, Michael Martin <[email protected]
> <mailto:[email protected]>> wrote:
>
> Signals.h provides an interface to OS process signals
>
>
> That is <signal.h>, not "Signals.h". And while case may be fungible on
> OS X, the trailing "s" is not
>
> --
> brandon s allbery kf8nh sine nomine associates
> [email protected] <mailto:[email protected]>
> [email protected] <mailto:[email protected]>
> unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
>
>
You are quite right. My apologies for jumping the gun on that one.
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20141019/c8377ff4/attachment-0001.html>
------------------------------
Message: 4
Date: Mon, 20 Oct 2014 09:32:18 +0000 (UTC)
From: Jeremy <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] GhcDynamic and DYNAMIC_GHC_PROGRAMS
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
mk/config.mk contains GhcDynamic and DYNAMIC_GHC_PROGRAMS variables. What is
the difference between them? From the names and comments, it looks like
DYNAMIC_GHC_PROGRAMS controls whether all the GHC binaries will be static or
dynamically linked, but GhcDynamic only controls the GHC executable?
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 76, Issue 18
*****************************************