Kompilasi Binutils Bagian Pertama Kompilasi GCC Bagian Pertama

18. Kompilasi Findutils

Kompilasi paket Findutils adalah sebagai berikut : Tabel IV.23 Kompilasi Findutils No Perintah 1 2 3 4 5 cd LFSsources tar xvf findutils-4.4.2.tar.gz cd findutils-4.4.2 .configure --prefix=tools make make install

19. Kompilasi Gawk

Kompilasi paket Gawk adalah sebagai berikut : Tabel IV.24 Kompilasi Gawk No Perintah 1 2 3 4 5 cd LFSsources tar xvf gawk-4.1.0.tar.xz cd gawk-4.1.0 .configure --prefix=tools make make install

20. Kompilasi Gettext

Kompilasi paket Gettext adalah sebagai berikut : Tabel IV.25 Kompilasi Gettext No Perintah 1 2 3 4 5 6 7 8 cd LFSsources tar xvf gettext-0.18.2.tar.gz cd gettext-0.18.2 cd gettext-tools EMACS=no .configure --prefix=tools --disable-shared make -C gnulib-lib make -C src msgfmt cp -v srcmsgfmt toolsbin

21. Kompilasi Grep

Kompilasi paket Grep adalah sebagai berikut : Tabel IV.26 Kompilasi Grep No Perintah 1 2 3 4 5 cd LFSsources tar xvf grep-2.14.tar.xz cd grep-2.14 .configure --prefix=tools make make install

22. Kompilasi Gzip

Kompilasi paket Gzip adalah sebagai berikut : Tabel IV.27 Kompilasi Gzip No Perintah 1 2 3 4 5 cd LFSsources tar xvf gzip-1.6.tar.xz cd gzip-1.6 .configure --prefix=tools make make install

23. Kompilasi M4

Kompilasi paket M4 adalah sebagai berikut : Tabel IV.28 Kompilasi M4 No Perintah 1 2 3 4 5 6 cd LFSsources tar xvf m4-1.4.17.tar.bz2 cd m4-1.4.17 sed -i -e gets is ad libstdio.in.h .configure --prefix=tools make make install

24. Kompilasi Make

Kompilasi paket Make adalah sebagai berikut : Tabel IV.29 Kompilasi Make No Perintah 1 2 3 4 5 cd LFSsources tar xvf make-3.82.tar.bz2 cd make-3.82 .configure --prefix=tools make make install

25. Kompilasi Patch

Kompilasi paket Patch adalah sebagai berikut : Tabel IV.30 Kompilasi Patch No Perintah 1 2 3 4 5 cd LFSsources tar xvf patch-2.7.1.tar.xz cd patch-2.7.1 .configure --prefix=tools make make install

26. Kompilasi Perl

Kompilasi paket Perl adalah sebagai berikut : Tabel IV.31 Kompilasi Perl No Perintah 1 2 3 4 5 6 7 8 9 cd LFSsources tar xvf perl-5.18.1.tar.bz2 cd perl-5.18.1 patch -Np1 -i ..perl-5.18.1-libc-1.patch sh Configure -des -Dprefix=tools make cp -v perl cpanpodlatorspod2man toolsbin mkdir -pv toolslibperl55.18.1 cp -Rv lib toolslibperl55.18.1