LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2215|回复: 11

那里有Gvim下载啊。

[复制链接]
发表于 2003-6-1 18:07:42 | 显示全部楼层 |阅读模式
汗~~

搜索半天了,都找不到。通通都是WIN版的。

我想要Linux下运行的。那位朋友能给个链接么?你们传给我也行。

谢谢!!
发表于 2003-6-1 18:43:48 | 显示全部楼层
 楼主| 发表于 2003-6-1 19:35:43 | 显示全部楼层
为什么我安装Gvim时它老说找不到软件包啊?

没有找到软件包

在您的系统上找不到下面的软件包。在它被安装前,安装进程无法继续

无法定位的软件包     需要者为
vim                  gvim
发表于 2003-6-1 23:37:11 | 显示全部楼层
能不能把提示信息贴出来看看。
 楼主| 发表于 2003-6-2 13:20:09 | 显示全部楼层
解决了。。也不知道是咋回事。无理头..

另外问一下。是不是有一个图形版的VI啊?
发表于 2003-6-2 13:47:02 | 显示全部楼层
vi本身可以在终端窗口下运行。好象是有一个X版的vim。
发表于 2003-6-2 20:22:46 | 显示全部楼层
在xterm下使用 vim -g看看
gvim是windows版的

普通的vim应该已包含X下的
只是要通过命令行控制
 楼主| 发表于 2003-6-2 20:39:06 | 显示全部楼层
无双老大。按你说的 vim -g 也不行。它说什么:


[root@localhost root]# vim -g
E25: 因为编译时没有加入图型界面的程序代码,所以不能使用图型界面



该怎么弄呢?
发表于 2003-6-2 21:01:04 | 显示全部楼层
重新编译,用configure --help看看有什么编译参数。
 楼主| 发表于 2003-6-3 14:59:13 | 显示全部楼层
[root@localhost vim-6.1.300-1]# ./configure --help

Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]

Configuration:

  --cache-file=FILE       cache test results in FILE

  --help                  print this message

  --no-create             do not create output files

  --quiet, --silent       do not print `checking...' messages

  --version               print the version of autoconf that created
                          configure

Directory and file names:

  --prefix=PREFIX         install architecture-independent files in
                          PREFIX  [/usr/local]

  --exec-prefix=EPREFIX   install architecture-dependent files in
                          EPREFIX [same as prefix]
                          
  --bindir=DIR            user executables in DIR [EPREFIX/bin]

  --sbindir=DIR           system admin executables in DIR
                          [EPREFIX/sbin]

  --libexecdir=DIR        program executables in DIR
                          [EPREFIX/libexec]

  --datadir=DIR           read-only architecture-independent data in
                          DIR [PREFIX/share]

  --sysconfdir=DIR        read-only single-machine data in DIR
                          [PREFIX/etc]

  --sharedstatedir=DIR    modifiable architecture-independent data
                          in DIR  [PREFIX/com]

  --localstatedir=DIR     modifiable single-machine data in DIR
                          [PREFIX/var]

  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  
  --includedir=DIR        C header files in DIR [PREFIX/include]
  
  --oldincludedir=DIR     C header files for non-gcc in DIR
                          [/usr/include]

  --infodir=DIR           info documentation in DIR [PREFIX/info]
  
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  
  --srcdir=DIR            find the sources in DIR [configure dir or
                          ..]

  --program-prefix=PREFIX prepend PREFIX to installed program names
  
  --program-suffix=SUFFIX append SUFFIX to installed program names
  
  --program-transform-name=PROGRAM
                           
                         run sed PROGRAM on installed program names

Host type:
  
  --build=BUILD           configure for building on BUILD
                          [BUILD=HOST]

  --host=HOST             configure for HOST [guessed]

  --target=TARGET         configure for TARGET [TARGET=HOST]

Features and packages:
  
  --disable-FEATURE       do not include FEATURE (same as
                          --enable-FEATURE=no)

  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  
  --without-PACKAGE       do not use PACKAGE (same as
                          --with-PACKAGE=no)

  --x-includes=DIR        X include files are in DIR
  
  --x-libraries=DIR       X library files are in DIR

--enable and --with options recognized:

  --with-vim-name=NAME    what to call the Vim executable
  
  --with-ex-name=NAME     what to call the Ex executable

  --with-view-name=NAME   what to call the View executable

  --with-global-runtime=DIR    global runtime directory in
                               'runtimepath'

  --with-modified-by=NAME       name of who modified a release
                                version

  --with-features=TYPE    tiny, small, normal, big or huge (default:
                          normal)

  --with-compiledby=NAME  name to show in :version message
  
  --enable-perlinterp     Include Perl interpreter.
  
  --enable-pythoninterp   Include Python interpreter.
  
  --with-python-config-dir=PATH  Python's config directory
  
  --enable-tclinterp      Include Tcl interpreter.
  
  --with-tclsh=PATH       which tclsh to use (default: tclsh8.0)

  --enable-rubyinterp     Include Ruby interpreter.
  
  --enable-cscope         Include cscope interface.
  
  --enable-workshop       Include Sun Visual Workshop support.
  
  --enable-sniff          Include Sniff interface.
  
  --enable-multibyte      Include multibyte editing support.

  --enable-hangulinput    Include Hangul input support.
  
  --enable-xim            Include XIM input support.
  
  --enable-fontset        Include X fontset output support.

  --with-x                use the X Window System

  --enable-gui[=OPTS]     X11 GUI [default=auto]  
                  [OPTS=auto/no/gtk/gnome/motif/athena/beos/photon]

  --enable-gtk-check      If auto-select GUI, check for GTK
                          [default=yes]

  --enable-gnome-check    If GTK GUI, check for GNOME [default=no]

  --enable-motif-check    If auto-select GUI, check for Motif
                          [default=yes]

  --enable-athena-check   If auto-select GUI, check for Athena
                          [default=yes]

  --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
  
  --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed
                             (optional)

  --disable-gtktest       Do not try to compile and run a test GTK
                          program

  --with-gnome-includes=DIR Specify location of GNOME headers
  
  --with-gnome-libs=DIR   Specify location of GNOME libs
  
  --with-gnome            Specify prefix for GNOME files
  
  --with-motif-lib=STRING   Library for Motif
  
  --with-tlib=library     terminal library to be used
  
  --disable-acl           Don't check for ACL support.
  
  --disable-gpm           Don't use gpm (Linux mouse daemon).
  
  --disable-nls           Don't support NLS (gettext()).                     



偶看不懂。。。。。。。。下一步该怎么来呐?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表