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 13:24:15 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; 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.

Thanks Christian!

I will try it later.

Peter



reply via email to

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