lavacano Apprentice
Joined: 29 May 2005 Posts: 190 Location: Poulsbo, WA
|
Posted: Tue Mar 18, 2014 1:32 am Post subject: multilib, which version will be loaded? ABI_X86="32 64 |
|
|
Well wine loads 32bit
Code: | ldd /usr/bin/wine
linux-gate.so.1 (0xf779f000)
libwine.so.1 => /usr/bin/../lib32/libwine.so.1 (0xf75e8000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7588000)
libc.so.6 => /lib32/libc.so.6 (0xf73e0000)
libdl.so.2 => /lib32/libdl.so.2 (0xf73d8000)
/lib/ld-linux.so.2 (0xf77a0000) |
Therefor anything that has emul* deps still default back to 32bit even though x32, 64 are installed?
What will an x32 ldd out to? Is there any way to set precedence i.e. library loading/linking preferring 64 to x32 to 32? _________________ Sincerely,
Chadwick Ferguson |
|