001、Linux中ld命令是链接命令,其作用是将链接文件(经过编译和汇编后的机器码文件)和库文件整合为可执行文件或者是库文件。
ld(Link eDitor)命令是二进制工具集GNU Binutils的一员,是GNU链接器,用于将目标文件与库链接为可执行文件或库文件。
002、
(base) [root@PC1 test]# ld --version GNU ld version 2.35.2-43.el9 Copyright (C) 2020 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty.
标签:文件,ld,GNU,命令,version,Linux,链接 From: https://www.cnblogs.com/liujiaxin2018/p/18604645