我使用来自这里的源代码安装了Gambit方案,如下所示:
cd gambcfolder...
./configure --enable-single-host
make
sudo make install但有些地方不对劲。当我运行gsi时,会得到一个错误:
The program 'gsi' is currently not installed.
You can install it by typing: sudo apt-get install gambc我已经从存储库中安装了gambc,但是我在使用SLIB时遇到了一些问题,所以我删除了它。
发布于 2014-04-22 23:26:57
删除/usr/bin中的旧链接
sudo rm /usr/bin/gsi制造新链接
ln -s ~/Downloads/gambc-v4_6_0/gsi/gsi /usr/bin/gsi享受
https://askubuntu.com/questions/453228
复制相似问题