| 12345678910111213141516171819 | <sect2><title>Command explanations</title><para><userinput>--enable-__cxa_atexit:</userinput> This option will resultin C++ shared libraries and C++ programs that are interoperable with otherlinux distributions.</para><para><userinput>--enable-clocale=gnu:</userinput> There is a risk thatsome people will build ABI incompatible C++ libraries if they didn't installall the glibc localedata. Using --enable-clocale=gnu ensures that the "rightthing" is done in all cases. If you don't want to use this option and don'twant 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 localeGCC will check for to determine which locale mode to use (if de_DE isfound, <emphasis>gnu</emphasis> mode is used, which is the corrent one touse).</para></sect2>
 |