Joe Shaw wrote:
Does Gentoo not ship any 32-bit libraries on 64-bit machines?

32 bit libs go into /usr/lib32
64 bit libs go into /usr/lib64

/usr/lib is (by default) a symlink to /usr/lib64

The package system has multiple QA checks to make sure nothing is referencing /usr/lib directly (rather than obeying the libdir which is passed to configure, which would be /usr/lib64 on 64bit setups), but these aren't enabled by default since there are a large number of broken makefiles out there...

Daniel
_______________________________________________
Dashboard-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dashboard-hackers

Reply via email to