我试图在ubuntu上安装gnu smalltalk,我从ftp://ftp.gnu.org/gnu/smalltalk下载了smalltalk,我在桌面上解压缩了该文件夹。当我进入smalltalk文件夹并且我写“./configure”并且一切似乎都没问题时,控制台显示“现在请输入'make'来编译。祝你好运。”但是当我输入“make”时,接下来对于计算机的一些工作,终端显示下一条消息:
(many lines) . . . libtool: link: cannot find name of link library for `/home/reikoo/Escritorio/smalltalk-3.2/libc.la' make[2]: *** [gst] Error 1 make[2]: se sale del directorio «/home/reikoo/Escritorio/smalltalk-3.2» make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio «/home/reikoo/Escritorio/smalltalk-3.2» make: *** [all] Error 2 reikoo@reikoo-desktop:~/Escritorio/smalltalk-3.2$
我不知道出了什么问题