From f9d25dd2c5efddca3b92fefc3ae5264d11e96d0c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 12 Sep 2002 17:15:29 +0000 Subject: Added --enable-clocale=gnu to chapter 06 -gcc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-exp.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06/gcc-exp.xml') diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index b05214795..38ce93aa5 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -5,5 +5,15 @@ in C++ shared libraries and C++ programs that are interoperable with other linux distributions. +--enable-clocale=gnu: There is a risk that +some people will build ABI incompatible C++ libraries if they didn't install +all the glibc localedata. Using --enable-clocale=gnu ensures that the "right +thing" is done in all cases. If you don't want to use this option and don't +want to build all the locales, then at least make sure you installed the +de_DE locale with Glibc, since that's the specific locale +GCC will check for to determine which locale mode to use (if de_DE is +found, gnu mode is used, which is the corrent one to +use). + -- cgit v1.2.3-54-g00ecf