[BUG]Float(Object)>>error:

Ian Piumarta ian.piumarta at inria.fr
Sat Aug 30 18:44:50 UTC 2003


On Sat, 30 Aug 2003, Bob Arning wrote:

> This all sounds very much like a common problem with Squeak on linux:
> getting the right order byte/word ordering. Check past emails for
> references to DOUBLE_WORD_ORDER.

>From Alan's config.h:

  /* #undef       WORDS_BIGENDIAN */
  /* #undef       DOUBLE_WORD_ALIGNMENT */
  #define DOUBLE_WORD_ORDER 1

which is correct for his machine.

I have so far been unable to reproduce any of the reported problems,
either on 386 or ppc.

Ian



More information about the Squeak-dev mailing list