[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] supporting a mingw-cygwin environment
From: |
Felix |
Subject: |
Re: [Chicken-users] supporting a mingw-cygwin environment |
Date: |
Mon, 09 Aug 2010 05:29:34 +0200 (CEST) |
From: Martin DeMello <address@hidden>
Subject: Re: [Chicken-users] supporting a mingw-cygwin environment
Date: Mon, 9 Aug 2010 03:18:59 +0530
>> make PLATFORM=mingw PREFIX=c:/mingw install
>
> That doesn't work because I'm running inside cygwin and it can't find `del`
Try "mingw32-make" instead of "make".
cheers,
felix