Mark Reglewski wrote:
> I've just installed fink 0.29.10 on Snow Leopard 10.6.2, with Xcode 3.2. 
> I'm trying to install the clisp package, which requires ffcall-1.10-5. 
> The package list says that ffcall is available for 10.6/x86-64. But 
> ffcall fails to compile with this message:
> 
> ...[snip innocuous output]...
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> 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'

There are two problems with this package:

The first is simple, it guesses the host CPU wrong, i386 instead of 
x86-64. There is a standard fix for this.

The second is fatal, however: None of the assembler files that come with 
the ffcall sources seem to be suitable for 10.6/x86-64. Neither 
avcall-x86-64.s nor x86-ia64.s are understood by the Snow Leopard 
compiler. Maybe upstream can produce such a file; otherwise there is no 
ffcall (and no clisp) on 10.6/64bit.

-- 
Martin


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to