This is the mail archive of the gcc@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]

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


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