Sfoglia il codice sorgente

Added note regarding Ncurses --without-ada switch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 anni fa
parent
commit
14ac074564
2 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 3 0
      chapter01/changelog.xml
  2. 9 0
      chapter05/ncurses-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -87,6 +87,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Ncurses: Added
+description for the --without-ada configure switch.</para></listitem>
+
 <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the
 testsuite</para></listitem>
 

+ 9 - 0
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>