...
No Format |
---|
Note: ===== linux3 kernel headers are needed to compile this version. As we are on rhel 6.5, this cannot be done using the default header files. Header files from a rhel 7.3 installation was copied to /sw/linux/rhel73/include and it was used to compile with --with-headers=/sw/linux/rhel73/include module purge module load gcc/4.9.3 module load python/3.1.4 module load utils/binutils/2.27 /sw/linux/centos68/include/linux cd /sw/gcc/glibc/2.25/src/glibc-2.25 mkdir build cd build cd /sw/gcc/glibc/2.25/src/glibc-2.25/build ../configure -prefix=/sw/gcc/glibc/2.25 --with-headers=/sw/linux/rhel73/include --with-selinux=no 2>&1 | tee configureLog.txt make 2>&1 | tee makeLog.txt make install 2>&1 | tee makeInstallLog.txt |
...