【问题标题】:Error with gforth, libtool compile failedgforth 出错,libtool 编译失败
【发布时间】: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,(libtoolgforth 都安装了apt

我可以找到same error here

【问题讨论】:

    标签: ubuntu compiler-errors debian libtool gforth


    【解决方案1】:

    在 Debian/Ubuntu 中,您需要 libtool-bin as they're now packaged separately

    libtool-bin - Generic library support script (libtool binary)
    

    你可以安装它,

    sudo apt install libtool-bin
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-24
      • 1970-01-01
      • 2013-08-17
      相关资源
      最近更新 更多