Re: Multilib directory of n32 libs
Yunqiang Su <[email protected]>
| Newsgroups | gmane.linux.debian.ports.mips |
|---|---|
| Message-ID | <CAKcpw6VJ7Gpom_UA9gi-k2-TU4y0Hz-5J8OmgkFmEruvny9xVA@mail.gmail.com> |
Sorry for dig it out again :-( If we put o32 multilib libraries in to /usr/lib directly, it will make lots of packages ftbfs, if they use -L/usr/lib. For this problem, we have another option that is: put ld.so.1 for o32 still in /lib while put other libraries to /usr/libo32 and /libo32. With a build option, ld.so.1 still can find libraries in both /usr/libo32 and /usr/lib/. Will this acceptable?