【发布时间】:2016-02-18 09:33:14
【问题描述】:
当我尝试通过运行 MAKE 来运行此工具时,我收到此错误:
root@ns1:/home/teamspeak3-user/f2/Ns# make
g++ -pthread -lc++abi -lc++ -lsupc++ ntp.o checksum.o -o ntp
/usr/bin/ld: cannot find -lc++abi
/usr/bin/ld: cannot find -lc++
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'ntp' failed
make: *** [ntp] Error 1
root@ns1:/home/teamspeak3-user/f2/Ns#
可能是什么问题?我正在运行 debian 服务器。
【问题讨论】:
-
问题与C#无关,因此删除了标签。