GDB: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://ftp.gnu.org/gnu/gdb/gdb-6.5.tar.bz2
| http://ftp.gnu.org/gnu/gdb/gdb-{{GDB-Version}}.tar.bz2
|}
|}



Revision as of 14:29, 17 December 2006

Download Source: http://ftp.gnu.org/gnu/gdb/gdb-7.0.tar.bz2

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package

make install
Retrieved from "?title=GDB&oldid=5421"