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?

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to