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
タグ: