[Top][All Lists]
[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: |
Tue, 2 Sep 2008 10:01:56 +0200 |
Hi!
Try:
PATH=<yourmingwpath>:$PATH make PLATFORM=cross-linux-mingw
PREFIX=<yourprefix> install
> !!! Use -host-extension - not -host as the wiki said. -host is the same
> as -H and changes the download host name!
Right, thanks for mentioning this.
cheers,
felix