分页: 1 / 1

yongsan 兄,可以再贴一下你的emacs cvs安装过程吗?

发表于 : 2005-10-11 18:18
Cyberfish
我想重新试一试,谢谢

发表于 : 2005-10-11 22:01
yonsan

代码: 全选

export CVS_RSH="ssh"
cvs -z3 -d:ext:[email protected]:/cvsroot/emacs co emacs
./configure --prefix=/usr --with-x-toolkit=gtk
make bootstrap
make info
sudo make install

发表于 : 2005-10-12 12:34
yonsan
修正, 由于第一次贴时export CVS_RSH=”ssh”有问题(全角符号)!
改正为export CVS_RSH="ssh"

发表于 : 2005-10-12 12:35
Cyberfish
这个我改过了 :lol:

发表于 : 2005-10-12 12:59
zengsun
我这里报错了
zengsun@sun:~/cvs$ export CVS_RSH=" ssh"
zengsun@sun:~/cvs$ cvs -z3 -d:ext:[email protected]:/cvsroot/emacs co emacs
cvs [checkout aborted]: cannot exec ssh: No such file or directory
cvs [checkout aborted]: received broken pipe signal

发表于 : 2005-10-12 13:05
yonsan
TO zengsun:

代码: 全选

sudo apt-get install ssh

发表于 : 2005-10-14 18:35
zengsun
原来ssh是一个程序! :(
yonsan,辛苦了!sorry....

发表于 : 2005-10-14 19:10
yonsan
:o 呵呵,完整的编译过程我贴在ubuntu论坛的blog 中了, 可以参考下!!