diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index a3a024a4f..3a3b4b2c5 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -27,7 +27,8 @@ mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr --enable-shared \ --enable-languages=c,c++ --enable-threads=posix \ - --with-slibdir=/lib --enable-__cxa_atexit && + --with-slibdir=/lib --enable-__cxa_atexit \ + --enable-clocale=gnu && make bootstrap && make install && ln -s ../usr/bin/cpp /lib && |