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


>>>>> 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


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