Am 12.11.2013 07:25, schrieb Deepak Saxena:
I'm working on getting my new build system up and running and with 13.10. Running any of our toolchain commands leads to "No such file or directory". I'm guessing this has to with my system being x86_64 and 13.10 no longer including ia32_libs package, but could be incorrect. If this is indeed the issue, my understanding is that I need to manually install 32 bit versions of every library that's needed. Can toolchain folks comment on this? Any possibility of getting 64 bit native binaries or just having a repository that we can install from and thus auto-pull the dependent 32 bit libraries?
There should be no need to install any of the ia32 libs packages. You should be able to install the i386 libraries direclty, e.g. apt-get install libc6:i386. An alternative is to install g++-multilib, which provides you with a multilib'd toolchain and runtime libraries.
Matthias