[Vm-dev] Cog on linux

Levente Uzonyi leves at elte.hu
Fri Jul 16 12:17:47 UTC 2010


On Fri, 16 Jul 2010, Rob Withers wrote:

(Pine still can't quote your mail...)

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.


Levente


More information about the Vm-dev mailing list