"Terry" <[EMAIL PROTECTED]> writes: > /usr/lib/ems/libJavaReportFactory.so: undefined symbol: _ZTV13ArcOpcTextCmd > > If I look at the shared library with nm, it shows that the symbol is, in > fact, undefined. This symbol corresponds to a default constructor which is > not declared or referenced
You are incorrect: if that symbol shows up in nm output, it *is* referenced. You need to find out which object (from the set that you link into libJavaReportFactory.so) refereces that symbol and why. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
