I'm trying to build a cross-compilation toolchain with gcc-4.6.2 and glibc-2.14. I'm on the Mac and using arm-uknown-linux-gnueabi as a target. I have Linux headers on the machine and was able to build the first stage of gcc. I'm now stuck with glibc wanting libgcc and 'make all-target-libgcc' looking for pthreads.h which is part of glibc. Any suggestions on how to resolve this circular dependency? Thanks, Joel --- http://twitter.com/wagerlabs