[Haskell-beginners] Beginners Digest, Vol 76, Issue 18

ebi anomaro anomaro.en.ebi at gmail.com
Mon Jan 5 08:44:39 UTC 2015


iPhoneから送信

2014/10/20 21:00、"beginners-request at haskell.org"
<beginners-request at haskell.org> のメッセージ:

> Send Beginners mailing list submissions to
>    beginners at haskell.org
>
> 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
>    beginners-request at haskell.org
>
> You can reach the person managing the list at
>    beginners-owner at haskell.org
>
> 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 <allbery.b at gmail.com>
> To: The Haskell-Beginners Mailing List - Discussion of primarily
>    beginner-level topics related to Haskell <beginners at haskell.org>
> Subject: Re: [Haskell-beginners] Is working with Haskell easier on
>    Linux than on a Mac?
> Message-ID:
>    <CAKFCL4VbGJrYcyNDW7L5SRa+a=ybwBHyPXo2yBkrC9gRTUStgQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Sun, Oct 19, 2014 at 8:34 PM, Michael Martin <mmartin4242 at gmail.com>
> 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
> 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/74598ada/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 19 Oct 2014 20:40:01 -0400
> From: Brandon Allbery <allbery.b at gmail.com>
> To: The Haskell-Beginners Mailing List - Discussion of primarily
>    beginner-level topics related to Haskell <beginners at haskell.org>
> Subject: Re: [Haskell-beginners] Is working with Haskell easier on
>    Linux than on a Mac?
> Message-ID:
>    <CAKFCL4Uvc-Ek2OYNxT0JNUnNdSQLrecfRwz7xGa_sBBwwbM1Ug at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Sun, Oct 19, 2014 at 8:36 PM, Brandon Allbery <allbery.b at gmail.com>
> wrote:
>
>> On Sun, Oct 19, 2014 at 8:34 PM, Michael Martin <mmartin4242 at gmail.com>
>> 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
> 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/fb122b30/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 19 Oct 2014 19:54:01 -0500
> From: Michael Martin <mmartin4242 at gmail.com>
> To: The Haskell-Beginners Mailing List - Discussion of primarily
>    beginner-level topics related to Haskell <beginners at haskell.org>
> Subject: Re: [Haskell-beginners] Is working with Haskell easier on
>    Linux than on a Mac?
> Message-ID: <54445D29.7080605 at gmail.com>
> 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 <mmartin4242 at gmail.com
>> <mailto:mmartin4242 at gmail.com>> 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
>> 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
>
> You are quite right. My apologies for jumping the gun on that one.
>
>> _______________________________________________
>> 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/c8377ff4/attachment-0001.html>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 20 Oct 2014 09:32:18 +0000 (UTC)
> From: Jeremy <voldermort at hotmail.com>
> To: beginners at haskell.org
> Subject: [Haskell-beginners] GhcDynamic and DYNAMIC_GHC_PROGRAMS
> Message-ID: <loom.20141020T112955-175 at post.gmane.org>
> 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
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
> ------------------------------
>
> End of Beginners Digest, Vol 76, Issue 18
> *****************************************


More information about the Beginners mailing list