Wiki home
Editing page "
gcc
"
Base on previous version:
0
-
1
-
2
-
3
-
7
-
8
-
52
-
132
-
150
-
2129
-
3017
-
4316
-
4554
-
5308
-
5827
wget -c [link]http://ftp.gnu.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.bz2[/link] tar -xjf gcc-5.3.0.tar.bz2 cd gcc-5.3.0 mkdir -p build cd build # For java you also need zip/unzip and ecj ../configure --prefix="/usr" --enable-languages="c,c++,fortran,lto,objc,go" --disable-multilib make # doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page