%general-entities; ]> Procps-&procps-version; 64 Bit Procps Installation of Procps make CC="gcc ${BUILD64}" m64="" make SKIP='/bin/kill /usr/share/man/man1/kill.1' install lib64=lib64 The meaning of the make and install options: CC="gcc ${BUILD64}" This allows us to compile using our gcc with our options lists in ${BUILD64} variable. lib64=lib64 The Makefile also attempts to install into lib64 on multilib, so again we choose to override it.