%general-entities; ]> Binutils-&binutils-version; Binutils <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem><seg>1.4 SBU</seg><seg>167 MB</seg></seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Binutils Check if there is PTYs for the test suites: expect -c "spawn ls" Create the build directory: mkdir ../binutils-build cd ../binutils-build Now prepare Binutils for compilation: ../binutils-&binutils-version;/configure --prefix=/usr --enable-shared Compile the package: make tooldir=/usr Test the results: make -k check The test suite notes from are still very much appropriate here.. Install the package: make tooldir=/usr install Install the libiberty header file: cp ../binutils-&binutils-version;/include/libiberty.h /usr/include Contents of Binutils See testing