This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Undefined symbol: vtable error with 3.2.2/3.3 on AIX 5.1
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Joerg dot Richter at pdv-FS dot de
- Cc: gcc at lists dot thewrittenword dot com, gcc at gcc dot gnu dot org
- Date: Thu, 05 Jun 2003 11:11:13 -0400
- Subject: Re: Undefined symbol: vtable error with 3.2.2/3.3 on AIX 5.1
>>>>> Joerg Richter writes:
Joerg> Seems like GCC is aware of this export lists. Is there no way to create such
Joerg> lists automatic like it is done with libstdc++?
GCC cannot make assumptions about what the programmer intends
without causing problems. The programmer needs to generate the
appropriate export list.
Joerg> I also found a post from you regarding exceptions&shared libs:
Joerg> http://gcc.gnu.org/ml/gcc/2001-09/msg01248.html
Joerg> Do you know if this problem is solved or not?
It has been fixed in GCC 3.1/3.2 and all future releases.
David