Chinaunix

标题: 找资料,关于vi,cc编译器 [打印本页]

作者: sinashit    时间: 2005-11-04 12:00
标题: 找资料,关于vi,cc编译器
哪里有vi , cc 的资料,请教大家了。

谁有能给我发一分吗,谢谢。
作者: sakulagi    时间: 2005-11-04 12:46
http://gcc.gnu.org/

http://vimdoc.sourceforge.net/
作者: bugkill    时间: 2005-11-04 13:11
http://bbs.chinaunix.net/viewthr ... ge=1&highlight=

看下
作者: old-cow    时间: 2005-11-04 13:21
$info gcc
作者: sinashit    时间: 2005-11-04 14:44
谢谢各位前辈
作者: sinashit    时间: 2005-11-04 14:50
cc了一下结果如下
cc
  C for AIX Compiler

  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...
     xlc128 [ option | inputfile ]...
     cc128 [ option | inputfile ]...
     xlc_r [ option | inputfile ]...
     cc_r [ option | inputfile ]...
     xlc_r4 [ option | inputfile ]...
     cc_r4 [ option | inputfile ]...
     xlc_r7 [ option | inputfile ]...
     cc_r7 [ option | inputfile ]...
     
    Description:
     The xlc and related commands compile C source files.
     They also processes assembler source files and object files. Unless the
     -c option is specified, xlc calls the linkage editor to produce a
     single object file. Input files may be any of the following:
       1. file name with .c suffix: C source file
       2. file name with .i suffix: preprocessed C source file
       3. file name with .so suffix: shared object file




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2