2009/6/8 Tim Erwin <[email protected]>: > /bin/bash: error while loading shared libraries: libgcc_s.so.1: cannot open > shared object file: No such file or directory
You need to select a gcc for you chroot. Please take a look at http://gentoo.mindzoo.de/index.cgi/wiki/Cross%20Install Especially the step ROOT=<path to stage3 dir> gcc-config -l ROOT=<path to stage3 dir> gcc-config <the gcc you want!> This needs to be executed _before_ executing chroot the first time. Hope this helps!? Sven
