chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Chg to cscbench for MacOS X


From: Kon Lovett
Subject: [Chicken-users] Chg to cscbench for MacOS X
Date: Sun, 3 Jul 2005 15:32:47 -0700

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





reply via email to

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