Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到这个错误。我该如何解决这个问题?GNU ld 版本是 GNU ld 版本 2.15.92.0.2 20040927
/usr/bin/ld: cannot find -lconfig++
cannot find -lconfig++意味着它找不到config++库(在您的标准路径中以及它看起来的任何地方)。
cannot find -lconfig++
config++
您需要安装该库。在 Debian 上,您经常需要软件包的开发者版本。