diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 15:12:50 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 15:12:50 +0000 |
commit | 45d0e15d4c9b4f679d5da57ee1b3faddcfbfc6a3 (patch) | |
tree | b5798880d32fae4033dacd3a03f138396f3ee86a /chapter06/groff-exp.xml | |
parent | 3229c6b8a21173d078d03094e1dfc931bd6146bc (diff) |
Removed groff exp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-exp.xml')
-rw-r--r-- | chapter06/groff-exp.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml deleted file mode 100644 index 744f59b06..000000000 --- a/chapter06/groff-exp.xml +++ /dev/null @@ -1,13 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para> -<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro -strerror is defined, src/include/lib.h declares a 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> - |