diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 19:32:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 19:32:21 +0000 |
commit | 2fb15f2f23724ba7773b89af3442093d41c0fa42 (patch) | |
tree | a6609552aa50fea20cc29c23ff1228c52c9f1a23 /chapter06 | |
parent | ac68bd3dd24482c0d2e4ddcebf2eaaf6f7d6e7ed (diff) |
updated patch explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses-exp.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 79b1303e4..9342a4e78 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -3,7 +3,8 @@ <para><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch:</userinput> This patch fixes a compile problem with GCC-3.2 because Ncurses uses -constructions that are no longer valid in the new C++ standard.</para> +constructions that are not valid in ANSI C++ and don't compile with +recent GCC versions that conform to the standard.</para> <para><userinput>--with-shared:</userinput> This enables the build of the shared ncurses library files.</para> |