Infrastructure/software/glibc

From Nordic Language Processing Laboratory
Revision as of 11:10, 19 September 2018 by Oe (talk | contribs) (Installation)
Jump to: navigation, search

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

Usage