【发布时间】:2018-04-01 21:41:12
【问题描述】:
我正在尝试使用Echo server on Rosetta Code 运行gforth,但是我得到以下结果,
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
socket.fs 的第 48 行读取
end-c-library
我安装了libtool,(libtool 和gforth 都安装了apt)
我可以找到same error here。
【问题讨论】:
标签: ubuntu compiler-errors debian libtool gforth