DDD
From CBLFS
Jump to navigationJump to search
| Download Source: | http://ftp.gnu.org/gnu/ddd/ddd-3.3.11.tar.gz |
|---|
Introduction to DDD
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger.
Project Homepage: http://www.gnu.org/software/ddd/
Dependencies
Required
Optional
Configuration Information
| --enable-builtin-vsllib: compile VSL library into DDD. |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/share/ddd-3.3.11 |
|---|---|
| Installed Programs: | ddd |
| Installed Libraries: | None |
Short Descriptions
| ddd | is a graphical front-end for command line debuggers. |
|---|