2002-08-31 00:08:49 +01:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2002-09-20 22:11:28 +01:00
|
|
|
<para><userinput>--enable-threads=posix:</userinput> This enables C++
|
|
|
|
exception handling for multithreaded code.</para>
|
|
|
|
|
2002-08-31 00:08:49 +01:00
|
|
|
<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>
|
|
|
|
|
2002-09-12 18:15:29 +01:00
|
|
|
<para><userinput>--enable-clocale=gnu:</userinput> There is a risk that
|
|
|
|
some people will build ABI incompatible C++ libraries if they didn't install
|
2002-09-18 19:31:39 +01:00
|
|
|
all of the glibc localedata. Using --enable-clocale=gnu ensures that the
|
|
|
|
"right thing" is done in all cases. If you don't wish to use this option,
|
|
|
|
then at least build the <emphasis>de_DE</emphasis> locale. When GCC finds
|
|
|
|
this specific locale, then the correct locale mode (<emphasis>gnu</emphasis>)
|
|
|
|
is implemented.</para>
|
2002-09-12 18:15:29 +01:00
|
|
|
|
2002-08-31 00:08:49 +01:00
|
|
|
</sect2>
|