5.10. Installing Findutils-4.1

Estimated build time:           0.12 SBU
Estimated required disk space:  8 MB

5.10.1. Installing Findutils

This package requires its patch to be applied before you can install it. Make sure it's unpacked before running the installation commands.

Install Findutils by running the following commands:

patch -Np1 -i ../findutils-4.1.patch &&
CPPFLAGS=-Dre_max_failures=re_max_failures2 \
    ./configure --prefix=$LFS/static &&
make LDFLAGS=-static &&
make install

5.10.2. Command explanations

patch -Np1 -i ../findutils-4.1.patch: This patch is to fix some compilation errors by avoiding a variable conflict and changing some bad syntax.

5.10.3. Contents of Findutils

Last checked against version 4.1.

5.10.3.2. Descriptions

5.10.4. Findutils Installation Dependencies

Last checked against version 4.1.

Bash: sh
Binutils: ar, as, ld, ranlib
Diffutils: cmp
Fileutils: chmod, cp, install, mv, rm
Grep: egrep, grep
Gcc: cc1, collect2, cpp0, gcc
Make: make
Patch: patch
Sed: sed
Sh-utils: basename, date, echo, hostname
Textutils: cat, tr