Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multilib, which version will be loaded? ABI_X86="32 64 x32"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
lavacano
Apprentice
Apprentice


Joined: 29 May 2005
Posts: 190
Location: Poulsbo, WA

PostPosted: Tue Mar 18, 2014 1:32 am    Post subject: multilib, which version will be loaded? ABI_X86="32 64 Reply with quote

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
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 22938

PostPosted: Tue Mar 18, 2014 2:04 am    Post subject: Reply with quote

The correct version will be loaded. You cannot use a 64-bit library to satisfy the requirements of an x32 or x86 process.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum