我试图用gforth运行基于Rosetta代码的回波服务器,但是我得到了以下内容,
sh: 1: libtool: not found
in file included from *OS command line*:-1
in file included from test.fs:1
/usr/share/gforth/0.7.3/unix/socket.fs:48: libtool compile failed
>>>end-c-library<<<
Backtrace:
$7FDBCA435988 throw
$7FDBCA4719D0 c(abort")
$7FDBCA4726C0 compile-wrapper-function1 行:48 socket.fs读取
end-c-library我安装了libtool,( libtool和gforth都安装了apt)
我能找到同样的错误。
发布于 2018-04-01 21:47:06
在Debian/Ubuntu中,您需要因为它们现在是分开包装的
libtool-bin - Generic library support script (libtool binary)你可以用它安装,
sudo apt install libtool-binhttps://stackoverflow.com/questions/49602892
复制相似问题