[root@caoxl /]# gcc --version gcc (GCC) 4.8.520150623 (Red Hat 4.8.5-28) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
更新后
1 2 3 4 5
[root@caoxl build]# gcc --version gcc (GCC) 8.2.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
wget https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.gz tar zxvf gdb-8.2.tar.gz cd gdb-8.2 ./configure make make install
1 2 3 4 5 6
[root@caoxl /]# gdb -v GNU gdb (GDB) 8.2 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
FAQ
tar (child): lbzip2: Cannot exec: No such file or directory
1 2 3 4
tar (child): lbzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now