aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-12 23:48:24 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-12 23:48:24 +0000
commit14ac074564dfb2d2a7700e2bd2c9a493baa54cb3 (patch)
tree656c2be93d545010a30c301aca2cf8c924d62158 /chapter05
parent0e5a143a43335cc959b74501ec097534ada5ccb8 (diff)
Added note regarding Ncurses --without-ada switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/ncurses-inst.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml
index 74cf6237b..36be23b72 100644
--- a/chapter05/ncurses-inst.xml
+++ b/chapter05/ncurses-inst.xml
@@ -17,6 +17,15 @@ deprecated headers.</para>
<para><screen><userinput>./configure --prefix=/tools --with-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada</userinput></screen></para>
+<para>The meaning of the configure options:</para>
+
+<itemizedlist>
+<listitem><para><userinput>--without-ada</userinput>: This tells ncurses not
+to build it's Ada bindings, even if an Ada compiler is installed on the host.
+This must be done because once we enter the chroot, Ada will no longer be
+available.</para></listitem>
+</itemizedlist>
+
<para>Compile the programs and libraries:</para>
<para><screen><userinput>make </userinput></screen></para>