On 23 January 2013 14:05, Igor Stasenko <siguctua@gmail.com> wrote:
On 23 January 2013 11:08, Camillo Bruni <camillobruni@gmail.com> wrote:
so yeah, looks like the linux VMs won't run anymore under ubuntu 10
The software upgrade hit us back. Should we install ubuntu 10 slave to build VMs on it?
At the risk of sounding foolish, is it possible to write the Makefile to use a particular (and configurable) glibc, rather than the glibc that just happens to be on a machine? That way one could use whatever machine, and say "use glibc 2.11". frank
you will can find out the last version of GLIBC on your distro by running strings /lib/libc.so.6 | grep GLIBC
On 2013-01-22, at 17:41, Tudor Girba <tudor@tudorgirba.com> wrote:
For example:
curl http://pharo.gforge.inria.fr/ci/script/ciPharo20PharoVM.sh | sh ./vm.sh
or:
curl http://pharo.gforge.inria.fr/ci/script/ciPharo20CogVM.sh | bash. ./vm.sh
Cheers, Doru
-- Best regards, Igor Stasenko.