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> I came to the conclusion, that AIX-ld with option -bexpall does not export
Joerg> all symbols as it should. The missing symbols are always one of typeinfo,
Joerg> typename or vtable. I dont know why. Perhaps G++ marks them somewhat wrong.

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

David


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