Squeak build problem...

Ned Konz ned at bike-nomad.com
Wed Aug 14 19:50:25 UTC 2002


On Wednesday 14 August 2002 03:16 pm, Alan Grimes wrote:
> Feeling adventurous, I tried building squeak from source. I was
> using GCC 3.1 with the option --build=athlon-pc-linux-gnu.
>
> It builds, installs, and loads but it flakes out after only a few
> seconds, other visual anomolies too. It said something about not
> being able to truncate an integer or something. =\
>
> I will probably have to go back to the binary distro, any other
> suggestions?

You have to make sure that the endianness is right.
Check in your config.h for the following:

/* #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