From b82e8376a2bb0bbc992814c5730961844c3b4acd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 27 Jan 2001 01:31:30 +0000 Subject: Added static mawk, texinfo, gettext git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext-static-inst.sgml | 19 +++++++++++++++++++ chapter05/gettext-static.sgml | 8 ++++++++ chapter05/mawk-static-inst.sgml | 18 ++++++++++++++++++ chapter05/mawk-static.sgml | 8 ++++++++ chapter05/texinfo-static-inst.sgml | 18 ++++++++++++++++++ chapter05/texinfo-static.sgml | 8 ++++++++ 6 files changed, 79 insertions(+) create mode 100644 chapter05/gettext-static-inst.sgml create mode 100644 chapter05/gettext-static.sgml create mode 100644 chapter05/mawk-static-inst.sgml create mode 100644 chapter05/mawk-static.sgml create mode 100644 chapter05/texinfo-static-inst.sgml create mode 100644 chapter05/texinfo-static.sgml (limited to 'chapter05') diff --git a/chapter05/gettext-static-inst.sgml b/chapter05/gettext-static-inst.sgml new file mode 100644 index 000000000..b6514af37 --- /dev/null +++ b/chapter05/gettext-static-inst.sgml @@ -0,0 +1,19 @@ + +Installation of Gettext + + +Install Gettext by running the following commands: + + +
+ + ./configure --prefix=$LFS/usr + --disable-nls && + cd src && + make LDFLAGS=-all-static msgfmt && + cp msgfmt $LFS/usr/bin + +
+ +
+ diff --git a/chapter05/gettext-static.sgml b/chapter05/gettext-static.sgml new file mode 100644 index 000000000..e2ae5065b --- /dev/null +++ b/chapter05/gettext-static.sgml @@ -0,0 +1,8 @@ + +Installing Gettext + +&c5-pp-gettext-inst; +&aa-gettext-desc; + + + diff --git a/chapter05/mawk-static-inst.sgml b/chapter05/mawk-static-inst.sgml new file mode 100644 index 000000000..b6c5413e9 --- /dev/null +++ b/chapter05/mawk-static-inst.sgml @@ -0,0 +1,18 @@ + +Installation of Mawk + + +Install Mawk by running the following commands: + + +
+ + ./configure && + make CFLAGS=-static && + make BINDIR=$LFS/usr/bin \ + MANDIR=$LFS/usr/share/man/man1 install + +
+ +
+ diff --git a/chapter05/mawk-static.sgml b/chapter05/mawk-static.sgml new file mode 100644 index 000000000..ff2ca9235 --- /dev/null +++ b/chapter05/mawk-static.sgml @@ -0,0 +1,8 @@ + +Installing Mawk + +&c5-pp-mawk-inst; +&aa-mawk-desc; + + + diff --git a/chapter05/texinfo-static-inst.sgml b/chapter05/texinfo-static-inst.sgml new file mode 100644 index 000000000..34633361a --- /dev/null +++ b/chapter05/texinfo-static-inst.sgml @@ -0,0 +1,18 @@ + +Installation of Texinfo + + +Install Texinfo by running the following commands: + + +
+ + ./configure --prefix=$LFS/usr + --disable-nls && + make LDFLAGS=-static && + make install + +
+ +
+ diff --git a/chapter05/texinfo-static.sgml b/chapter05/texinfo-static.sgml new file mode 100644 index 000000000..6ebcd4384 --- /dev/null +++ b/chapter05/texinfo-static.sgml @@ -0,0 +1,8 @@ + +Installing Texinfo + +&c5-pp-texinfo-inst; +&aa-texinfo-desc; + + + -- cgit v1.2.3-54-g00ecf