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
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk