|
@@ -15,7 +15,7 @@ deprecated headers.</para>
|
|
|
<para>Now prepare Ncurses to be compiled:</para>
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/tools --with-shared \
|
|
|
- --without-debug --without-ada</userinput></screen></para>
|
|
|
+ --without-debug --without-ada --enable-overwrite</userinput></screen></para>
|
|
|
|
|
|
<para>The meaning of the configure options:</para>
|
|
|
|
|
@@ -24,7 +24,12 @@ deprecated headers.</para>
|
|
|
to build its Ada bindings, even if an Ada compiler is installed on the host.
|
|
|
This must be done because once we enter the chroot environment, Ada will no
|
|
|
longer be available.</para></listitem>
|
|
|
-</itemizedlist>
|
|
|
+
|
|
|
+<listitem><para><userinput>--enable-overwrite</userinput>: This tells Ncurses
|
|
|
+to install its header files into <filename class="directory">/tools/include</filename>
|
|
|
+instead of <filename class="directory">/tools/include/ncurses</filename> to
|
|
|
+ensure that other packages can find the Ncurses headers successfully.</para>
|
|
|
+</listitem></itemizedlist>
|
|
|
|
|
|
<para>Compile the programs and libraries:</para>
|
|
|
|