[Vm-dev] Cog on linux

Rob Withers reefedjib at yahoo.com
Fri Jul 16 19:52:53 UTC 2010



--------------------------------------------------
From: "Levente Uzonyi" <leves at elte.hu>
Sent: Friday, July 16, 2010 8:17 AM
To: "Squeak Virtual Machine Development Discussion" 
<vm-dev at lists.squeakfoundation.org>
Subject: Re: [Vm-dev] Cog on linux

>
> On Fri, 16 Jul 2010, Rob Withers wrote:
>
> (Pine still can't quote your mail...)
>

(Is this better?  Hopefully)

> Now I remember why I used the nasty trick to define CC as "gcc -m32" when 
> I compiled the 32-bit SqueakVM on 64-bit OS. The problem is that there are 
> places where CC is used without the CFLAGS. For example FloatMathPlugin 
> uses LIBM_CFLAGS, which doesn't include CFLAGS. I still wonder why it has 
> to be compiled with -O, but that's another story.
> This trick solves it, so add CC="gcc -m32" to the arguments of configure 
> and see if it works for you.
>

Where do you define CC?  Is it in make.cfg?

Rob

>
> Levente 



More information about the Vm-dev mailing list