chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Chg to cscbench for MacOS X


From: felix winkelmann
Subject: Re: [Chicken-users] Chg to cscbench for MacOS X
Date: Wed, 13 Jul 2005 23:06:04 +0200

Thanks, Kon. I've applied this patch.


cheers,
felix


On 7/4/05, Kon Lovett <address@hidden> wrote:
> I suggest the following patch to <chicken>/benchmarks/cscbench to
> handle the situation of static linking on MacOS X.
> 
> See http://developer.apple.com/qa/qa2001/qa1118.html for more detail.
> 
> 47,48c47,51
> <   (system* "~A ~A -I.. -L../.libs -static tmpfile.c -o tmpfile
> -l~Achicken -lm -ldl ~a"
> <          cc coptions
> ---
>  >   (system* "~A ~A -I.. -L../.libs ~a tmpfile.c -o tmpfile -l~Achicken
> -lm -ldl ~a"
>  >          cc coptions
>  >          (case (software-version)
>  >             ((macosx) "")
>  >             (else "-static"))
> 
> Best wishes,
> Kon
> 
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

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