[Vm-dev] building Cog on 64 bits debian

Igor Stasenko siguctua at gmail.com
Tue Aug 16 17:25:26 UTC 2011


On 15 August 2011 15:38, laurent laffont <laurent.laffont at gmail.com> wrote:
>
> Hi Igor,
> now it works well. I've created CogOnDebian64Config but I cannot commit to VMMaker repository. So you can get it on:
> Gofer it
>   squeaksource: 'LaurentLSandbox';
>   version: 'CMakeVMMaker-LaurentLaffont.135';
>   load
> In CogOnDebian64Config comment:
> Used to build 32 bit Cog on Debian 64 bits.
> You need to prepare Debian this way:
> apt-get install ia32-libs libc6-dev-i386 gcc-multilib g++-multilib
> ln -s /usr/lib32/libSM.so.6 /usr/lib32/libSM.so
> ln -s /usr/lib32/libICE.so.6 /usr/lib32/libICE.so
> ln -s /usr/lib32/libGL.so.1 /usr/lib32/libGL.so
> ln -s /usr/lib32/libX11.so.6 /usr/lib32/libX11.so
> Then you can go on CogOnDebian64Config generateWithSources.
>
> Laurent.

Laurent, please put these instructions on class comment,
so they won't get lost and buried in mailing list :)
This is what i did with windows configs, because memory is short and i
can even forget myself , what i need to install to build VM(s).

And thanks for contribution!


-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list