%general-entities; %patches-entities; ]> Gettext-&gettext-version; 64 Bit Gettext Installation of Gettext Prepare Gettext for compilation: CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 Compile the package: make To test the results, issue: make check. This takes a very long time, around 7 SBUs. Install the package: make install