Hello! I started playing a little bit with cross compilation for ARM architecture. Using crossdev I created a toolchain for arm-none-linux-gnueabi tuple. Now I'd like to emerge some more packages, but perl constantly refuses to emerge and it is needed by many packages. For example when running # arm-none-linux-gnueabi-emerge -av1 perl [ebuild N ] dev-lang/perl-5.12.4-r1 to /usr/arm-none-linux-gnueabi/ USE="berkdb gdbm -build -debug -doc -ithreads" 0 kB [ebuild N ] app-admin/perl-cleaner-2.10 to /usr/arm-none-linux-gnueabi/ 0 kB it fails right in configure phase. Relevant logs are attached, except for configure log which I couldn't find. When I've read through /usr/arm-none-linux-gnueabi/tmp/portage/dev-lang/perl-5.12.4-r1/work/perl-5.12.4/Cross/README which is aimed to give more instructions for cross compiling, I've found out that I should run "make patch && make" from Cross directory. Unfortunately, I've got no clue how to combine that with the whole emerge process? I know I could compile it by hand, but then portage would not know that perl is already installed and it would try to install it anyway... Any help would be highly appreciated! Peter