diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-21 21:38:49 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-21 21:38:49 +0000 |
commit | 4e4f49248df21c2b29736cc0bcc8119ac9f9cc49 (patch) | |
tree | 1065b51999e0b89d521679f3f8c639c072f32dac /chapter06/groff-exp.xml | |
parent | c7de2f34f3020a3b0eb25086d123a4e8f3c958aa (diff) |
Added groff-exp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-exp.xml')
-rw-r--r-- | chapter06/groff-exp.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ +<sect2> +<title>Command explanations</title> + +<para> +<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: 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. +</para> + +</sect2> + |