Hi all, Apologies if this is not the right place for this - I'm just getting started with Smalltalk and I had a lot of trouble when first trying to get going since the binaries on pharo.org don't work with Debian Wheezy's glibc (2.13, whereas Pharo is compiled against 2.15 IIRC). I tried compiling from the Github repository (https://github.com/pharo-project/pharo-vm), but it looks this needs an existing binary version of pharo to work in order to bootstrap the compilation. I eventually just used a virtualbox Ubuntu environment (14.04) and was able to install there.
For learning Smalltalk, running in a virtualbox VM absolutely works (for me), but I'd like to try and compile for Debian stable (or statically link glibc(?)) and then add to the official repositories so that it's easier to install. Bonus points would be making a 64-bit version... ;) Thanks, Sloane Simmons