Changeset 9533795
- Timestamp:
- 05/02/2019 06:28:09 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 60424b6
- Parents:
- 118b201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gdb.xml
r118b201 r9533795 77 77 <bridgehead renderas="sect3">GDB Dependencies</bridgehead> 78 78 79 <bridgehead renderas="sect4">Recommended Runtime Dependency</bridgehead> 80 <para role="recommended"> 81 <xref linkend="six"/> (Python 3 module, required at run-time to 82 use GDB scripts from various LFS/BLFS packages with Python 3 83 installed in LFS) 84 </para> 85 79 86 <bridgehead renderas="sect4">Optional</bridgehead> 80 87 <para role="optional"> … … 83 90 <xref linkend="gcc"/> (ada and gfortran are used for tests), 84 91 <xref linkend="guile"/>, 85 <xref linkend="python2"/> or <xref linkend="six"/> (Python 3 module, 86 run-time), 92 <xref linkend="python2"/>, 87 93 <xref linkend="rust"/> (used for some tests), 88 94 <xref linkend="valgrind"/>, and … … 104 110 </para> 105 111 106 <screen><userinput>./configure --prefix=/usr --with-system-readline && 112 <screen><userinput>./configure --prefix=/usr \ 113 --with-system-readline \ 114 --with-python=/usr/bin/python3 && 107 115 make</userinput></screen> 108 116 … … 226 234 <parameter>--with-python=/usr/bin/python3</parameter>: This switch 227 235 forces <application>GDB</application> to use Python 3 installed 228 in LFS. Note that many GDB scripts shipped with LFS/BLFS packages229 require <xref linkend="six"/> to work withPython 3.236 in LFS. Remove this switch if you have installed 237 <xref linkend="python2"/> and want to use it instead of Python 3. 230 238 </para> 231 239
Note:
See TracChangeset
for help on using the changeset viewer.