I am not sure any of the developers have 10.6 yet. Perhaps you could try make PLATFORM=macosx ARCH=x86-64
and see if that works. It's not a perfect solution, as it will build 64-bit even if you wanted 32, but try it and let us know. 2009/10/7 Joshua Griffith <[email protected]>: > Hello, > When compiling Chicken 4.2 on OS 10.6.1, I get the following error: > > $ make PLATFORM=macosx > make -f ./Makefile.macosx all > gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H > -c apply-hack.x86.s -o apply-hack.x86.o > apply-hack.x86.s:35:suffix or operands invalid for `call' > make[1]: *** [apply-hack.x86.o] Error 1 > make: *** [all] Error 2 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
