Difference between revisions of "Infrastructure/software/glibc"
(→Installation) |
(→Installation) |
||
Line 13: | Line 13: | ||
../configure --prefix=/projects/nlpl/software/glibc/2.18 | ../configure --prefix=/projects/nlpl/software/glibc/2.18 | ||
make -j 8 | make -j 8 | ||
+ | make install | ||
+ | make localedata/install-locales | ||
</pre> | </pre> | ||
Revision as of 11:10, 19 September 2018
Background
Installation
wget https://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.bz2 tar jpSxf glibc-2.18.tar.bz2 cd glibc-2.18 mkdir build cd build module purge module load gcc/4.9.2 cuda/8.0 ../configure --prefix=/projects/nlpl/software/glibc/2.18 make -j 8 make install make localedata/install-locales
build install generate locales linker cache
ldconfig