Changeset 870e9f05


Ignore:
Timestamp:
04/22/2017 04:13:06 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9831a90
Parents:
df0b698
Message:

Fix props on rust.xml
Add new dependencies to gdb, add explanations for configure switches, and note that guile support is currently broken

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18625 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rdf0b698 r870e9f05  
    8181      <xref linkend="dejagnu"/> (for tests),
    8282      <xref linkend="doxygen"/>,
    83       <xref linkend="guile"/>,
     83      <xref linkend="gcc"/> (gfortran, for some tests),
     84      <xref linkend="guile"/> (currently broken),
    8485      <xref linkend="python2"/>,
     86      <xref linkend="rust"/> (for some tests),
    8587      <xref linkend="valgrind"/>, and
    8688      <ulink url="https://sourceware.org/systemtap/">SystemTap</ulink>
     
    200202rm -rf gdb/doc/doxy/xml &amp;&amp;
    201203cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen>
     204
     205  </sect2>
     206
     207  <sect2 role="commands">
     208    <title>Command Explanations</title>
     209     
     210    <para>
     211      <parameter>--without-guile</parameter>: This switch disables support
     212      for <application>Guile</application> since version 2.2 changed the way
     213      that C ports were handled.
     214    </para>
     215
     216    <para>
     217      <parameter>--with-system-readline</parameter>: This switch forces
     218      <application>GDB</application> to use the copy of
     219      <application>Readline</application> installed in LFS.
     220    </para>
    202221
    203222  </sect2>
Note: See TracChangeset for help on using the changeset viewer.