AIX Status

David Edelsohn dje@watson.ibm.com
Tue Jan 23 15:24:00 GMT 2001


>>>>> Benjamin Kosnik writes:

Ben> Can you provide more info on the symbols that are not found? It might
Ben> just be a matter of moving dtors out-of-line.

	For example:

g++.old-deja/g++.jason/template41.C:
ld: 0711-317 ERROR: Undefined symbol: VTT for Most<int>
ld: 0711-317 ERROR: Undefined symbol: vtable for Most<int>

g++.old-deja/g++.ext/instantiate3.C:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for A<int>
ld: 0711-317 ERROR: Undefined symbol: vtable for A<char>

g++.old-deja/g++.pt/vbase1.C:
ld: 0711-317 ERROR: Undefined symbol: VTT for D<B>
ld: 0711-317 ERROR: Undefined symbol: vtable for D<B>

g++.old-deja/g++.brendan/overload2.C:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for derived
ld: 0711-317 ERROR: Undefined symbol: typeinfo for base

I do not know if these are representative examples.  I found these by
browsing the g++.log output and looking for corresponding testcases which
were rather compact.

	Unfortunately, this part of the compiler is way outside my
league. 

Thanks, David


More information about the Gcc mailing list