help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re: problem compiling libffi on Core 2 Duo


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Re: problem compiling libffi on Core 2 Duo
Date: Fri, 29 Jun 2007 08:51:55 +0200
User-agent: Thunderbird 2.0.0.4 (Macintosh/20070604)

Thanks for the answer. It looks like your gcc is a PowerPC compiler, not an Intel one!

#define __LDBL_MAX__ 1.79769313486231580793728971405301e+308L
#define __LDBL_MAX_EXP__ 1024
#define __LDBL_MIN__ 2.00416836000897277799610805135016e-292L
#define _ARCH_PPC 1
#define __LDBL_EPSILON__ 4.94065645841246544176568792868221e-324L
#define __LDBL_DENORM_MIN__ 4.94065645841246544176568792868221e-324L
#define __POWERPC__ 1

On my PPC Mac, I do have an Intel gcc installed as i686-apple-darwin8-gcc-4.0.1; you may try

./configure CC=i686-apple-darwin8-gcc-4.0.1
make

or something like that.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]