This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installing multilib on x86_64*-linux* with 32-bit libs to lib32 and 64-bit libs to lib


Albert Chin wrote :

> How do I build gcc-4.0.2 on x86_64*-linux* so 32-bit libs are
> installed to $prefix/lib32 and 64-bit libs to $prefix/lib?

This is unstandard, all the Linux/*64's should use '*/lib64' for the 64-bit libs and
'*/lib' for the 32-bit libs, this is the de-facto standard! Whether it is also an official
standard is unknown... Also the GCC sources use this existing de-facto standard.


The only 64-bit Linux I have met using what you describe, is the Ubuntu. Why it
tries that old "proprietary" idea: "get me and then be married with me", is somehow
uncomprehensible in this "open standard systems" age...


So your only choice without doing manual fixes to the FSF sources, is to "marry
with" Ubuntu, use only its patched sources, and never try any pristine FSF ones!



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]