chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] cross compilation setup


From: felix winkelmann
Subject: Re: [Chicken-users] cross compilation setup
Date: Thu, 4 Sep 2008 16:59:15 +0200

On Thu, Sep 4, 2008 at 2:11 PM, Jörg F. Wittenberger
<address@hidden> wrote:
>
> Well, in the second step I tried to build a cross compiler to create
> windows binaries from the chicken host.  Eventually I tried
> mingw-chicken-setup - the cross compile thingy - to set up easiffy.
> Since that's a host extension, I passed the -host-extension option, but
> that one did *not* pass the "-host" to csc!
>
> Therefore I changed the define-macro as above.  Currently there is this:
>
> (define-macro (compile . explist)
>  `(run (csc ,@explist) ) )
>
> That means the -host-extension option is ignored.
>

I think you're right. Thanks for reporting this.


cheers,
felix




reply via email to

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