[Ecls-list] Help needed, really
Michael Wood
esiotrot at gmail.com
Tue Jan 4 23:32:50 UTC 2011
On 4 January 2011 16:41, Gabriel Dos Reis <gdr at integrable-solutions.net> wrote:
> On Tue, Jan 4, 2011 at 8:17 AM, Samium Gromoff
> <_deepfire at feelingofgreen.ru> wrote:
[...]
>> Juan has just posted code, so it's not that bad. : -)
>
> I'll look at it tomorrow after I have some rest.
I've given Juan's script a try on a Mac Pro running Leopard (32 bit
kernel, which I understand is the norm, but it can run 64 bit
programs.)
uname -m returns "i386".
The 32 bit version outputs the following:
*SYSTEM-FEATURES*=
(:MACH-O :GCC-COMPILER :MMX :SSE :SSE2 :I386)
*features* contains the following:
(:DARWIN :FORMATTER :LONG-LONG :UINT64-T :UINT32-T :UINT16-T
:RELATIVE-PACKAGE-NAMES :LONG-FLOAT :DFFI :CLOS-STREAMS :CMU-FORMAT :ECL-PDE
:DLOPEN :CLOS :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT
:PREFIXED-API :FFI :PENTIUM3 :COMMON :ECL)
For the 64 bit version (which I'm not sure I built the way it's meant
to be done, but it seemed to work), I get this:
*SYSTEM-FEATURES*=
(:64-BIT :MACH-O :GCC-COMPILER :MMX :SSE :SSE2 :AMD64 :X86-64 :LP64)
and *features* is identical to the 32 bit version:
(:DARWIN :FORMATTER :LONG-LONG :UINT64-T :UINT32-T :UINT16-T
:RELATIVE-PACKAGE-NAMES :LONG-FLOAT :DFFI :CLOS-STREAMS :CMU-FORMAT :ECL-PDE
:DLOPEN :CLOS :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT
:PREFIXED-API :FFI :PENTIUM3 :COMMON :ECL)
--
Michael Wood <esiotrot at gmail.com>
More information about the ecl-devel
mailing list