10.51. Util-linux-2.24.2 N32 Libraries

The Util-linux package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.

10.51.1. Installation of Util-linux

Prepare Util-linux for compilation:

CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
    --enable-write --docdir=/usr/share/doc/util-linux-2.24.2

The meaning of the configure options:

--enable-write

This option allows the write program to be installed.

Compile the package:

make

To test the results, issue:

chown -Rv nobody . &&
su nobody -s /bin/bash -c "PATH=$PATH make -k check"

Install the package:

make install

Details on this package are located in Section 10.52.3, “Contents of Util-linux.”