Added note regarding Ncurses --without-ada switch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-12 23:48:24 +00:00
parent 0e5a143a43
commit 14ac074564
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>