[16:02] Hi, I'm trying to create powerpc cross compiler out of intrepids gcc 4.3.2 sources and I've hit problem. [16:03] When it compiles the 64bit version of libgcc it's looking to link with libc6 [16:03] but can't find it [16:03] the build seems to be configured to look for it under /usr/powerpc-linux-gnu/lib/ [16:03] which is correct for the 32 bit libc [16:04] but the 64 bit lib is under /usr/powerpc-linux-gnu/lib64/ [16:04] I'm hunting through the build scripts trying to understand how they work [16:05] but I'm really not sure where the "right" place would be add in the extra search directory [16:05] can anyone help? [16:08] The build log is here: http://ubuntu.munckfish.net/files/gcc-4.3-4.3.2-2008-09-22-1034.log [17:45] A native port will use /lib for that. [17:46] So, if you're building a cross compiler, the toolchain will look in /lib [17:46] If you're building a biarch compiler, it will seek to lib64. [18:14] jbailey: I am building biarch. The thing is it's not looking in lib64 and I believe it should [18:14] I building to target powerpc which is biarch with powerpc64 [18:15] Hmm. [18:16] Oh wait, what's the main system? [18:16] ppc [18:16] or something else?