chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Error with clang/FreeBSD


From: Felix
Subject: Re: [Chicken-users] Error with clang/FreeBSD
Date: Fri, 15 Feb 2013 11:27:03 +0100 (CET)

> 
> -- csc-orig.scm       2013-02-12 20:47:23.194996000 -0800
>     csc.scm   2013-02-12 20:47:23.194996000 -0800
> @@ -274,7  274,9 @@
>        (else
>         (list (conc "-L\"" library-dir "\""))))
>     (if (and deployed (eq? (software-version) 'freebsd))
> -       (list "-z origin")
>          (if (string=? compiler "clang")
>                  (list "")
>                  (list "-z origin"))
>         '())
>     (cond ((get-environment-variable "CHICKEN_C_LIBRARY_PATH") => 
>         (lambda (path) 
> 

I'm not sure what to do here. The patch looks good but if this is a
bug in clang (as suggested by John), then should it be worked around
in csc?


cheers,
felix



reply via email to

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