This is the mail archive of the gcc-help@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: gcc for AIX that supports exceptions across shared objects


On May 28, 2001, Stuart Jarriel <sjarriel@motive.com> wrote:

> We have discovered that the version of gcc we use on AIX doesnt support
> throw/catch of exceptions across shared object boundaries.  Is there a
> version of gcc that does support it?

IN general, throw/catch across shared object boundaries is only
supported when libgcc is a shared library.  Check whether libgcc is a
shared library, and you'll know whether this feature will work.  This
appears to be the case with GCC 3.0 (pre-release) on AIX 4.3 and
above.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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