Thanks, Kon. I've applied this patch.

cheers,
felix


On 7/4/05, Kon Lovett <[EMAIL PROTECTED]> 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
> Chicken-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to