Hi Evan,
if the sole purpose of building it yourself is large file support you don't
need 64-bit build. There is an open issue for LFS
https://pharo.fogbugz.com/f/cases/14250/Enable-large-file-support-on-linux
however you can simply add the flag to the cmake file and build it as
32bit. There is a
Hello,
What you want to do is difficult because the vm internals rely on the word
size.
There are two solutions:
1) editing the VM (JIT native code back end + memory manager) to support 64
bits. That's a work in progress. You can discuss about it on the Squeak
vm-dev mailing list.
2) compiling th