[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime and add executable-pathname procedure |
Date: |
Sat, 04 Apr 2015 22:32:36 +0200 (CEST) |
From: Evan Hanson <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH][5] Move C_path_to_executable into
runtime and add executable-pathname procedure
Date: Sun, 5 Apr 2015 08:22:43 +1200
> On 2015-04-05 8:03, Evan Hanson wrote:
>> It is indeed now required.
>
> Actually, I should clarify: it's required when using `csc -gui`, which
> appears to require CoreFramework in any case. This doesn't seem so bad
> to me after all.
Private repositories are required for -deploy, at least.
But CoreFoundation is available on every MacOS system, so we can
simply add it to the libraries linked by default (as -ldl is on
Linux, for example).
felix