On 4 January 2011 16:41, Gabriel Dos Reis <g...@integrable-solutions.net> wrote:
> On Tue, Jan 4, 2011 at 8:17 AM, Samium Gromoff
> <_deepf...@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 <esiot...@gmail.com>

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to