gcc build from source

管理者権限がない場合はlocalにあると何かと便利なので。


e.g. 
https://gcc.gnu.org/mirrors.html (see release directory)
wget ~~~
tar zxvf gcc-4.9.4.tar.gz
cd gcc-4.9.4/
./contrib/download_prerequisites
mkdir build
cd build
../configure --prefix=$[[HOME]]/local
make
make install

タグ:

gcc cpp
最終更新:2015年07月04日 05:43