mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
f9d25dd2c5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
847 B
XML
20 lines
847 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--enable-__cxa_atexit:</userinput> This option will result
|
|
in C++ shared libraries and C++ programs that are interoperable with other
|
|
linux distributions.</para>
|
|
|
|
<para><userinput>--enable-clocale=gnu:</userinput> 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
|
|
<emphasis>de_DE</emphasis> 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, <emphasis>gnu</emphasis> mode is used, which is the corrent one to
|
|
use).</para>
|
|
|
|
</sect2>
|
|
|