This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can you offer help?
- To: oliva at lsd dot ic dot unicamp dot br
- Subject: Re: Can you offer help?
- From: Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>
- Date: 27 Oct 1999 13:58:40 -0000
- CC: gcc at gcc dot gnu dot org
- References: <orvh7u10c6.fsf@cupuacu.lsd.ic.unicamp.br>
> On Oct 26, 1999, Konstantin Baumann <kostab@math.uni-muenster.de> wrote:
>
> >> --enable-threads would be a good choice. This is relevant only for C++
> >> and ObjC applications, though.
>
> > I thing, this is only relevant for ObjC, not C++!?!
>
> Nope, it also enables the thread-safe exception handling code.
If this is really the case, please consider the following patch.
--- install/CONFIGURE~ Thu Jul 29 14:46:30 1999
+++ install/CONFIGURE Wed Oct 27 15:56:50 1999
@@ -70,7 +70,8 @@
be built to support different target variants, calling
conventions, etc. This is the default.
* --enable-threads -- Specify that the target supports threads. This
- affects only the Objective-C compiler and runtime library.
+ affects only the Objective-C compiler and runtime library, and
+ exception handling for C++.
* --enable-threads=_lib_ -- Specify that _lib_ is the thread support
library. This affects only the Objective-C compiler and runtime
library.
Regards,
Wolfram.