[CLN-list] Re: (64-bit) CLN on MacOS X

Bruno Haible bruno at clisp.org
Wed Jan 23 13:01:17 CET 2008


Ron Garret wrote:
> >> [ron at mickey:~/devel/cln-1.2.0]$ grep define include/cln/config.h
> >> #define _CL_CONFIG_H
> >> #define CL_VERSION_MAJOR 1
> >> #define CL_VERSION_MINOR 2
> >> #define CL_VERSION_PATCHLEVEL 0
> >> #define CL_VERSION 1.2.0
> >> #define __i386__ 1
> >
> > And this is certainly wrong. Could you please post the output of  
> > `uname -m'?
> 
> [ron at mickey:~]$ uname -m
> i386

Yup. That's what is unexpected. We assumed that on bi-arch systems, uname
would report the 64-bit kernel architecture (sparc64, ia64, x86_64 etc.).
This is not the case here.

Bruno



More information about the CLN-list mailing list