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: Joerg dot Richter at pdv-FS dot de
- To: dje at watson dot ibm dot com
- Cc: gcc at lists dot thewrittenword dot com, gcc at gcc dot gnu dot org
- Date: Thu, 5 Jun 2003 16:58:09 +0200
- Subject: RE: Undefined symbol: vtable error with 3.2.2/3.3 on AIX 5.1
> Please re-read the AIX ld documentation. -bexpall does not and
>should not export all symbols. You need to generate an explicit export
>list to export symbols beginning with an underscore, as GCC does when
>building libstdc++.
Seems like GCC is aware of this export lists. Is there no way to create such
lists automatic like it is done with libstdc++?
I also found a post from you regarding exceptions&shared libs:
http://gcc.gnu.org/ml/gcc/2001-09/msg01248.html
Do you know if this problem is solved or not?
Joerg