Install to lib64

2009-01-25 Thread Jason Sewall
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? Thanks, Jason

Re: Install to lib64

2009-01-25 Thread Jan Engelhardt
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

Re: Install to lib64

2009-01-25 Thread Bob Proulx
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