/srv/irclogs.ubuntu.com/2008/09/22/#ubuntu-toolchain.txt

munckfishHi, I'm trying to create powerpc cross compiler out of intrepids gcc 4.3.2 sources and I've hit problem.16:02
munckfishWhen it compiles the 64bit version of libgcc it's looking to link with libc616:03
munckfishbut can't find it16:03
munckfishthe build seems to be configured to look for it under /usr/powerpc-linux-gnu/lib/16:03
munckfishwhich is correct for the 32 bit libc16:03
munckfishbut the 64 bit lib is under /usr/powerpc-linux-gnu/lib64/16:04
munckfishI'm hunting through the build scripts trying to understand how they work16:04
munckfishbut I'm really not sure where the "right" place would be add in the extra search directory 16:05
munckfishcan anyone help?16:05
munckfishThe build log is here: http://ubuntu.munckfish.net/files/gcc-4.3-4.3.2-2008-09-22-1034.log16:08
jbaileyA native port will use /lib for that.17:45
jbaileySo, if you're building a cross compiler, the toolchain will look in /lib17:46
jbaileyIf you're building a biarch compiler, it will seek to lib64.17:46
munckfishjbailey: I am building biarch. The thing is it's not looking in lib64 and I believe it should18:14
munckfishI building to target powerpc which is biarch with powerpc6418:14
jbaileyHmm.18:15
jbaileyOh wait, what's the main system?18:16
jbaileyppc18:16
jbaileyor something else?18:16

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!