On 04-Dec-12 17:01, Rafael ?vila de Esp?ndola wrote: > I have successfully build a multiarch gcc in a ppc64. To do so I made some > changes to Andreas patch:
> 1) move powerpc64*-*-* before powerpc*-*-* in src/config-ml.in to make sure > the correct option is executed. Yes this was wrong, thanks. I just reuploaded gcc-3.4 and gcc-4.0 with a similar new patch to the alioth ppc64 archive. I also uploaded a new 32 bit enabled glibc package which creates 'libc6-powerpc' and 'libc6-dev-powerpc' packages with the 32 bit powerpc libraries (for details please see also http://debian-ppc64.alioth.debian.org/READ_ME). > 2) use /lib32/ld.so.1 as the 32 bits linker We should use '/lib/ld.so.1' as the 32 bit linker. I just made '/lib/ld.so.1' a symlink to the linker which is located in the lib32 directory. > export WITHOUT_LANG=java Do you have any idea how to fix the java FTBFS? Thank you for your work. Regards Andreas Jochens