On 4/24/2012 4:54 PM, Matthias Nuessler wrote: > Hello, > > I tried to install the clisp package, but ran into an error when Fink > tries to compile ffcall which is required for clisp. > > By searching the web I found this thread on the clips mailing list > where a similar problem is reported when trying to install clisp > with MacPorts: > http://comments.gmane.org/gmane.lisp.clisp.general/13608 > > Still, I don't see how to fix it. Does anybody have an idea? > > Thanks in advance > Matt > > > Error message: > -------------- > make > cd avcall; make all > gcc -E `if test true = true; then echo '-DASM_UNDERSCORE'; fi` > ./avcall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v > '^#' | sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g'> avcall-i386.s > /bin/sh ./libtool --mode=compile gcc -x none -c avcall-i386.s > gcc -x none -c avcall-i386.s -o avcall-i386.o > avcall-i386.s:7:suffix or operands invalid for `push' > avcall-i386.s:9:suffix or operands invalid for `push' > avcall-i386.s:10:suffix or operands invalid for `push' > avcall-i386.s:39:suffix or operands invalid for `call' > avcall-i386.s:47:suffix or operands invalid for `call' > avcall-i386.s:53:suffix or operands invalid for `call' > avcall-i386.s:168:suffix or operands invalid for `pop' > avcall-i386.s:169:suffix or operands invalid for `pop' > avcall-i386.s:171:suffix or operands invalid for `pop' > make[1]: *** [avcall-i386.lo] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2
It seems that Fink's ffcall (which is also the latest upstream release) does not work in x86_64. http://www.mail-archive.com/[email protected]/msg31434.html For some reason it was never marked as ppc/i386 only. Jorge, I'll mark it as such in a day or two unless we hear otherwise. elcepi, the same goes for your package clisp since it depends on ffcall. Hanspeter ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
