On 09/09/2014 06:57 PM, Shaun Jackman wrote: > Hi. I compiled gcc with --disable-multilib on an x86-64 system and > expected GCC libraries to be installed in $prefix/lib, but found them > instead installed in $prefix/lib64. That's right: it's the standard place for 64-bit x86-64 libraries. > Is there a configure option to > override this behaviour and install libraries in $prefix/lib? If not, > should simply moving the libraries to $prefix/lib work? Umm, why would you want to? Andrew.