Tue 22 Jan 2008 08:27:40 PM UTC, original submission:
http://sourceforge.net/tracker/index.php?func=detail&aid=1422728&group_id=1355&atid=101355
Building CLISP 2.38, building on Mac OS 10.4.4 with GCC 4.0.0, the FFI
does not get configured because the callback library's unit tests fail:
only
if these pass will the FFI be built.
Specifically the minitests fail:
Melchizedek (0)% ./minitests
void f(void):
void f(void):
int f(void):->99
int f(void):->99
int f(int):(1)->2
int f(int):(1)->2
int f(2*int):(1,2)->3
int f(2*int):(1,2)->3
int f(4*int):(1,2,3,4)->10
int f(4*int):(1,2,3,4)->10
int f(8*int):(1,2,3,4,5,6,7,8)->36
int f(8*int):(1,2,3,4,5,6,7,8)->36
int f(16*int):(1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17)->143
zsh: illegal hardware instruction ./minitests
Melchizedek (132)%
also:
i have the same problem on a Powerbook G4 500mhz with OS X 10.4.9. Tried
to build it via pkgsrc lang/clisp.
For more information look here please:
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36101
blueAnt:~ ibn$ gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247)
Copyright (C) 2005 Free Software Foundation, Inc.
|