Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:gcc [2017/03/21 22:31] eServices Greece [Hardcoded autoconf] |
software:gcc [2018/01/23 03:21] (current) eServices Greece [EXPORTS used to set versions] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>nginx guide pagespeed | + | {{tag>gcc guide compile}} {{howhard> |
| ====== GCC 5.4.0 ====== | ====== GCC 5.4.0 ====== | ||
| This guide assumes you are switched to su - . Please note that during the make step you may run into issues check the missing aclocal-1.15 section , this guide assumes you are using the eSG provided installation image. | This guide assumes you are switched to su - . Please note that during the make step you may run into issues check the missing aclocal-1.15 section , this guide assumes you are using the eSG provided installation image. | ||
| Line 20: | Line 20: | ||
| ==== EXPORTS used to set versions ==== | ==== EXPORTS used to set versions ==== | ||
| You can change the values here to change the compiled version. | You can change the values here to change the compiled version. | ||
| - | < | + | < |
| - | MPFR_VERSION=3.1.5 | + | MPFR_VERSION=4.0.0 |
| GMP_VERSION=6.1.2 | GMP_VERSION=6.1.2 | ||
| - | ISL_VERSION=0.16.1 | + | ISL_VERSION=0.18 |
| CLOOG_VERSION=0.18.1 | CLOOG_VERSION=0.18.1 | ||
| GCC_VERSION=5.4.0</ | GCC_VERSION=5.4.0</ | ||