chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] testing release candidate for 4.0.0


From: Leonardo Valeri Manera
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Thu, 26 Mar 2009 15:57:05 +0100

So, MinGW64 build falls flat on its face after 3 lines.

MinGW64 needs target and host set as 'x86_64-pc-mingw32'. This give
you this commandline:

make PLATFORM=mingw PREFIX=<PREFIX> ARCH=x86_64
HOSTSYSTEM=x86_64-pc-mingw32 TARGETSYSTEM=x86_64-pc-mingw32

Resulting in:

make -f ./Makefile.mingw all
make[1]: Entering directory `D:/software/Dev/Chicken/chicken-4.0.0'
echo 0>buildsvnrevision
make[1]: *** No rule to make target `.\\apply-hack.x86_64.s', needed
by `apply-hack.x86_64.o'.  Stop.
make[1]: Leaving directory `D:/software/Dev/Chicken/chicken-4.0.0'
make: *** [all] Error 2

Am I the first person to try this? I feel positively pioneer-ish.

Cheers,
Leo



2009/3/26 felix winkelmann <address@hidden>:
>> I'll give Mingw64 a whirl if that's even possible. Is it? ARCH=x86_64
>> with Mingw?
>
> Oh boy - another combination of configuration options.
>
> Sure, try it out!
>
>
> cheers,
> felix
>




reply via email to

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