mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
0e5a143a43
commit
14ac074564
@ -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>
|
||||
|
||||
|
@ -17,6 +17,15 @@ deprecated headers.</para>
|
||||
<para><screen><userinput>./configure --prefix=/tools --with-shared \
|
||||
--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>
|
||||
|
Loading…
Reference in New Issue
Block a user