Error starting squeak for the first time

Ned Konz ned at bike-nomad.com
Wed Jun 11 20:44:38 UTC 2003


On Wednesday 11 June 2003 02:13 pm, Neil Madden wrote:

> I've not been able to get passed this point. Anyone know what the
> problem is?

Yes.

The configure script got the float byte ordering wrong.

Try changing the config.h in your build directory so it reads:

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

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list