This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers



------- Comment #3 from Ulrich dot Beingesser at t-systems dot com  2006-10-19 17:02 -------
(In reply to comment #2)
> -lpthread
> I think that is your problem, you should be using -pthread instead.
> Can you try using -pthread instead of -lpthread?

Using -pthread instead of -lpthread shows the same results.

gcc was configured using (taken from g++ -v):
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: /tools/gnu/gcc/gcc-4.1.1/configure
--prefix=/newtools/OS_AIX53/gcc4.1.1 --enable-threads=posix
--enable-languages=c,c++
Thread model: aix
gcc version 4.1.1 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517


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