Re: method for altering installation location

2015-11-19 Thread Michael Felt
I have seen a lot of solutions where .../lib/files.extension is used for 32-bit and .../lib64/files.extension or .../lib/64/files.extension. I am undecided about what I prefer of these two. However, as my focus is AIX - I will prefer to use only one directory and the same file (archive) name and

Re: method for altering installation location

2015-11-13 Thread Eric Blake
On 11/13/2015 12:11 PM, Andy Falanga (afalanga) wrote: > How does one properly make a build system install to the > system-preferred locations for 64-bit binaries? I'm wondering how to > properly make my build system choose "/usr/lib64" over simply "/usr/lib" > when configure is run. I know th