为什么我的emacs23无法运行

Vim、Emacs配置和使用
回复
honestapple
帖子: 38
注册时间: 2006-08-26 22:33

为什么我的emacs23无法运行

#1

帖子 honestapple »

我通过CVS下载了emacs23源代码,编译,安装,但是完成安装后无法运行??
总是报命令找不到
我的配置、安装命令为
./configure --prefix=/opt/emacs23 --with-x-toolkit=gtk
make bootstrap
make info
sudo make install
安装完后运行emacs 显示 command not found
Chillbon
帖子: 7
注册时间: 2006-11-16 23:18

#2

帖子 Chillbon »

你是不是把emacs装到/opt目录下了
试试执行
/opt/emacs
是什么样的结果
fuhuizn
帖子: 961
注册时间: 2006-01-06 22:55
系统: ubuntu
联系:

#3

帖子 fuhuizn »

因为你加了:--prefix=/opt/emacs23
emacs 在/opt/emacs23/bin 下面
回复