With specific respect to compiling, some apps I regularly compile -- especially Scribus -- require that in the ./configure stage you include --enable-libsuffix=64. In this particular case, it's because the Qt libraries are sensitive to the bit-ness. The BUILDING file should indicate such requirements.

HW