chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Error compiling chicken cygwin x86_64


From: Peter Sommerfeld
Subject: Re: [Chicken-users] Error compiling chicken cygwin x86_64
Date: Tue, 2 Feb 2016 15:07:02 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Am 02.02.2016 um 13:10 schrieb Christian Kellermann:
From my cygport file:

AR=$(arch) if [ $AR = "i686" ] then MAKEOPTS="PREFIX=/usr
PLATFORM=cygwin ARCH=x86" elif [ $AR = "x86_64" ] then
MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86-64 HACKED_APPLY="
else ECHO "Unknown Architecture" fi

That should work. Adjust the PREFIX as needed.

Hi Christian,

it is sufficient to use a commandline like this:

PLATFORM=cygwin PREFIX=~/local VARDIR=~/ ARCH=x86_64 HACKED_APPLY=""

Thanks again!

Peter

BTW: Are you the maintainer of the cygwin port?



reply via email to

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