Hi, I have been looking for a bootstrap compiler to use on powerpc-linux. I tried using the binaries for debian-ppc but I couldn't get them to work (it would just complain about crt0.o missing even though I added debians libc6-dev, tried adding crt0.o to CFLAGS and LDFLAGS etc). I tried cross-compiling gnat 3.15p to powerpc but I could not find any c library that would work with gcc 2.8.1 or powerpc (I tried various versions of glibc, newlib and uClibc). Has anyone else managed to produce a bootstrap compiler for powerpc, or do you have any hints to share with me? //David Holm