aix 5.3 编译安装vim

wypstone 2013-09-05 01:05:39
普通用户,只能编译安装vim
下载vim 7.3/7.4 unix版本

参考网上 在AIX操作系统上安装使用VIM的注意事项
使用gcc编译
configure之后 错误信息如下:

1628 translated messages.
OLD_PO_FILE_INPUT=yes msgfmt -v -o uk.cp1251.mo uk.cp1251.po
1819 translated messages.
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.cp936.mo zh_CN.cp936.po
1633 translated messages, 3 fuzzy translations.
for lang in af ca cs de en_GB eo es fi fr ga it ja ko ko.UTF-8 nb nl no pl pt_BR ru sk sv uk vi zh_CN zh_CN.UTF-8 zh_TW zh_TW.UTF-8 cs.cp1250 ja.sjis ja.euc-jp pl.cp1250 pl.UTF-8 ru.cp1251 sk.cp1250 uk.cp1251 zh_CN.cp936; do dir=/$lang/; if test ! -x "$dir"; then mkdir $dir; chmod 755 $dir; fi; dir=/$lang/LC_MESSAGES; if test ! -x "$dir"; then mkdir $dir; chmod 755 $dir; fi; if test -r $lang.mo; then $lang.mo $dir/vim.mo; chmod $dir/vim.mo; fi; done
mkdir: 0653-357 Cannot access directory /af.
/af: The file access permissions do not allow the specified action.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 2.


看上去是创建目录权限不够. 但configure 时prefix已指定为自己home下指定的目录
do dir=/$lang/;
mkdir $dir;
可能是上面这两句导致
mkdir: 0653-357 Cannot access directory /af.
/af: The file access permissions do not allow the specified action.

7.3/7.4 vim都这样.. 7.1试过可以编译通过.但安装后有其它问题, 既然都有问题还是希望能用比较新的版本
有人遇到过同样问题吗?
...全文
659 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
leiminghany 2013-12-19
  • 打赏
  • 举报
回复
你的配置选项不太对,请参考: http://blog.csdn.net/leiminghany/article/details/17164015
wypstone 2013-09-06
  • 打赏
  • 举报
回复
不会吧,一天多了都没人踩一脚...

1,194

社区成员

发帖
与我相关
我的任务
社区描述
该论坛主要探讨IBM AIX平台的安装、部署、应用开发等话题,并为网友们提供自由交流的平台。
社区管理员
  • IBM AIX社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧