%general-entities; ]> EGLIBC-&eglibc-version; EGLIBC Installation of EGLIBC CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ --cache-file=config.cache The stubs.h header installed by EGLIBC looks for stubs-32.h and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix this with the following: mv -v /usr/include/gnu/stubs{-64,}.h