
GCC
文章平均质量分 77
CPP_CHEN
这个作者很懒,什么都没留下…
展开
-
Compile gcc4.8 on Ubuntu 12.04 LTS X64
1) Download gcc-4.8 source code from one of the server in http://gcc.gnu.org/mirrors.html. say:wget http://ftp.tsukuba.wide.ad.jp/software/gcc/releases/gcc-4.8.2/gcc-4.8.2.tar.bz2.tar.bz22)原创 2013-11-09 21:06:19 · 1745 阅读 · 0 评论 -
find out gcc/clang head file search paths
ghost@ubuntu:~/work/test$ gcc-4.8 -v -x c++ /dev/null -fsyntax-onlyUsing built-in specs.COLLECT_GCC=gcc-4.8COLLECT_LTO_WRAPPER=/usr/gcc48/libexec/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper原创 2013-11-14 19:05:57 · 2160 阅读 · 0 评论 -
VIM IDE for C++
1) Build and install the latest VIM from source.Refer to https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source2) Install vundle (Vim Bundle) for VIMhttps://github.com/gmarik/原创 2013-11-29 18:03:36 · 2278 阅读 · 0 评论