help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shared library error


From: Paul Pluzhnikov
Subject: Re: Shared library error
Date: Mon, 27 Jun 2005 17:33:11 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Terry" <sungard@ameritech.net> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]