23 Jan
2008
23 Jan
'08
8:28 a.m.
On Jan 22, 2008, at 10:22 PM, Alexei Sheplyakov wrote:
Hello!
On Tue, Jan 22, 2008 at 08:39:08PM -0800, Ron Garret wrote:
[ron@mickey:~/devel/cln-1.2.0]$ touch empty.c [ron@mickey:~/devel/cln-1.2.0]$ gcc -m64 -E -dM empty.c | sort | uniq | grep -v FLT_ | grep -v DBL_ [skipped] This looks OK.
[ron@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@mickey:~]$ uname -m i386 rg