
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.bz2 2)原创 2013-11-09 21:06:19 · 1761 阅读 · 0 评论 -
find out gcc/clang head file search paths
ghost@ubuntu:~/work/test$ gcc-4.8 -v -x c++ /dev/null -fsyntax-only Using built-in specs. COLLECT_GCC=gcc-4.8 COLLECT_LTO_WRAPPER=/usr/gcc48/libexec/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper原创 2013-11-14 19:05:57 · 2166 阅读 · 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-source 2) Install vundle (Vim Bundle) for VIM https://github.com/gmarik/原创 2013-11-29 18:03:36 · 2284 阅读 · 0 评论