[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Problem compiling static executable on Mac OS X
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Problem compiling static executable on Mac OS X |
Date: |
Thu, 5 May 2005 23:46:45 +0200 |
On 5/5/05, Henrik Tramberend <address@hidden> wrote:
>
> Because csc explicitly passes the names of the static chicken
> libraries as arguments to gcc, it is still possible to build
> executables that contain everything related to chicken using the -
> static flag. I patched the csc.scm.in file to not issue the -static
> flag to gcc on Mac OS X in that case.
>
Thanks, I've applied to patch to the current version.
cheers,
felix