From 4e4f49248df21c2b29736cc0bcc8119ac9f9cc49 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 21 Jun 2001 21:38:49 +0000 Subject: Added groff-exp git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/groff-exp.xml | 13 +++++++++++++ chapter06/groff.xml | 1 + 2 files changed, 14 insertions(+) create mode 100644 chapter06/groff-exp.xml (limited to 'chapter06') diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml new file mode 100644 index 000000000..c8a35b947 --- /dev/null +++ b/chapter06/groff-exp.xml @@ -0,0 +1,13 @@ + +Command explanations + + +CXXFLAGS=-Dstrerror=strerror: If no macro +strerror is defined, src/include/lib.h declares an function prototype +for strerror which is incompatible with Glibc's /usr/include/string.h. +By defining strerror=strerror a macro is defined which prevents the +declaration and does not alter the meaning of strerror. + + + + diff --git a/chapter06/groff.xml b/chapter06/groff.xml index e0698e28a..393a03a97 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -2,6 +2,7 @@ Installing Groff &c6-groff-inst; +&c6-groff-exp; &aa-groff-desc; -- cgit v1.2.3-54-g00ecf