This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can you offer help?


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]