# emerge --ask --verbose gcc These are the packages that I would merge, in order:
Calculating dependencies ...done! [ebuild N ] sys-devel/gcc-3.4.4-r1 (-altivec) -bootstrap -boundschecking -build +fortran -gcj +gtk -hardened -ip28 -mudflap (-multilib) +multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc -objc-gc -vanilla 0 kB fails with this error /usr/x86_64-pc-linux-gnu/bin/ld: cannot find /emul/linux/x86/lib/libc.so.6 # equery belongs libc.so.6 Searching for file 'libc.so.6' in *... sys-libs/glibc-2.3.5-r2 (/lib/libc.so.6 -> libc-2.3.5.so) # ls -l /lib/libc.so.6 lrwxrwxrwx 1 root root 13 Jan 3 20:27 /lib/libc.so.6 -> libc-2.3.5.so I tried linking this file into the emul directory - it is ignored since its 64 bit # file /lib/libc-2.3.5.so /lib/libc-2.3.5.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped I expected to find the file in one of the emul-linux-x86-* I emerged baselibs, glibc, gtklibs, & qtlibs with no joy. Googling turned up similar problems but no solution. -- [email protected] mailing list
