I downloaded 4.7.0.tar and when I built I got the following error: sudo make PLATFORM=macosx Password: ... make -f ./Makefile.macosx CONFIG= all gcc -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
Is this 64bit vs 32bit issue ? HOw do I proceed from here ? ------------------------------------------ btw, my machine has the following info: uname -m i386 Thanks HP On Jun 18, 2011, at 5:57 AM, Christian Kellermann wrote: > * HP Wei <[email protected]> [110618 03:53]: >> >> Machine: iMac Mac OS X 10.6.7 >> >> I installed chicken by the following command: >> >> sudo port install chicken >> >> --------------------------------- >> >> The resulting csc is used to compile the (print "hello") successfully. >> >> csi can also be invoked ok. >> (version 4.4.0) macosx-unix-gnu-x86-64 [ 64 bit manyargs dload ptables ]. >> >> However, in csi, the following results in Segmentation fault !! >> >> #;1> (import chicken) >> >> Can anyone tell me how I can resolve this ? > > This is a really old chicken version. Does it bother you to retry with > the latest release version? You can download it here: > > http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.tar.gz > > If this does still not work for you, I will happily take another look. > > Kind regards & sorry for your troubles, > > Christian _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
