chicken-hackers
[Top][All Lists]
Advanced

[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: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH][5] Move C_path_to_executable into runtime and add executable-pathname procedure
Date: Sun, 5 Apr 2015 08:03:56 +1200

On 2015-04-04 12:18, Felix Winkelmann wrote:
> By moving the code into runtime.c, it seems to me that this dependency
> is now permanent and must be respected everywhere when compiled code
> is linked, even if C_PRIVATE_REPOSITORY is not defined.

Ah, I see, nasty. It is indeed now required. Knowing this, we could
detect CF and when it's not available fall back to the generic Unix
executable search path for OS X.

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]