On Sunday 2009-01-25 22:54, Jason Sewall wrote: >I'm maintaining an autotools-configured project, and I've noticed that >the make install resulting from my build (on x86_64 arch, linux) puts >generated libraries in prefix/lib instead of prefix/lib64 - is there >something I should do differently, or is the the expected behaviour?
Seems pretty expected. All distros that get it right have some sort of mechanism to always call configure with --libdir='${prefix}/lib64' (or similar, but still with lib64); rpm for example has %configure which expands to all the fluff needed or wanted by the distro, including correct libdir for a given %arch.