From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29345 invoked by alias); 4 Feb 2003 16:47:10 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29325 invoked from network); 4 Feb 2003 16:47:10 -0000 Received: from unknown (HELO mail.i2sconsulting.fr) (212.234.189.51) by 172.16.49.205 with SMTP; 4 Feb 2003 16:47:10 -0000 Received: (from apache@localhost) by mail.i2sconsulting.fr (8.11.6/8.11.6) id h14Gl8121453 for gcc-help@gcc.gnu.org; Tue, 4 Feb 2003 17:47:08 +0100 X-Authentication-Warning: mail.i2sconsulting.fr: apache set sender to remi_zara@mac.com using -f Received: from 195.101.164.38 ( [195.101.164.38]) as user rzara@mail.i2sconsulting.fr by mail.i2sconsulting.fr with HTTP; Tue, 4 Feb 2003 17:47:08 +0100 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1 Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66 Accept-Encoding: gzip, deflate, compress;q=0.9 Accept-Language: fr-fr, fr;q=0.50 Connection: keep-alive Content-Type: text/plain; charset=ISO-8859-1 Cookie: horde_language=fr_FR; Horde=e7094ce812da62076df442698d912fc8; auth_key=6c6623bee895bb5220d1fd3a310fe322; imp_key=8f443d050c597d3bba4f2154972153a5 Host: mail.i2sconsulting.fr Keep-Alive: 300 Referer: https://mail.i2sconsulting.fr/horde/imp/compose.php?popup=1&to=&cc=&bcc=&msg=&subject=&thismailbox=INBOX&uniq=1044376394680 User-Agent: Internet Messaging Program (IMP) 4.0-cvs Message-ID: <1044377228.3e3fee8cbe69a@mail.i2sconsulting.fr> Date: Tue, 04 Feb 2003 16:47:00 -0000 From: =?ISO-8859-1?B?UultaSBaYXJh?= To: gcc-help@gcc.gnu.org Subject: Exceptions not caught on AIX 4.3.3 with gcc 3.0.4 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2003-02/txt/msg00013.txt.bz2 Hi, I'm trying to use xerces-c++ on AIX 4.3.3, using gcc 3.0.4. I managed to build the shared xerces library, but I must have done something wrong since as soon as an exception is thrown, my programs are aborted (in pthread_kill), dispite the fact that there are appropriate catch statements. The behavior is the same if the exception is thrown in the shared library o= r in my code. here is my setup: %g++ -v Reading specs from /softs/gcc-3.0.4/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.0.= 4/specs Configured with: ../gcc-3.0.4/configure --prefix=3D/softs/gcc-3.0.4 --enable-shared --enable-threads=3Dposix --enable-languages=3Dc++,java Thread model: single gcc version 3.0.4 Another version of gcc is also installed (2.95.2.1 19991024 (release)) under /usr/local/bin/ How can I be sure that all the appropriate libraries are used (and that the= 2 versions don't mix). Thanks for your help, R=E9mi Zara --=20 http://www.remi-zara.net/