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 <[email protected]>: >> 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 > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
