Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
software:gcc [2017/03/21 22:13]
eServices Greece created
software:gcc [2018/01/23 03:13]
eServices Greece [EXPORTS used to set versions]
Line 1: Line 1:
-{{tag>nginx guide pagespeed compile hosting libressl headers}} {{howhard>4}}+{{tag>gcc guide compile}} {{howhard>4}}
 ====== 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 21: Line 21:
 You can change the values here to change the compiled version. You can change the values here to change the compiled version.
 <sxh>MPC_VERSION=1.0.3 <sxh>MPC_VERSION=1.0.3
-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.16.1
Line 65: Line 65:
 example: autoconf-2.69-11.el7.noarch, thus you have version 2.69 . example: autoconf-2.69-11.el7.noarch, thus you have version 2.69 .
  
-Find the following line in +Find the following line in config/override.m4
 <sxh>m4_ifndef([_GCC_AUTOCONF_VERSION], <sxh>m4_ifndef([_GCC_AUTOCONF_VERSION],
   [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])</sxh>   [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])</sxh>