> > The good solution would be to find a way to configure my gcc so it's > > using pre-2.4 glibc by default. Any tip is welcome :) > > i heartily recommend against downgrading libc on your system- all dll hell > will break loose.
I suppressed the -fno-stack-protector from the Makefile, since I was able to globaly define this option for my gcc. But since you have a 2.3 libc, can you use the neko Linux binaries available on the website ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
