Re: undefined symbol: __pure_virtual
From: Ulrich Eckhardt (doomster_at_knuut.de)
Date: 08/30/05
- Next message: Pascal Bourguignon: "Re: How to check if a pipe is still being read, without writing anything to it?"
- Previous message: KeithSpook_at_yahoo.com: "Re: unix fork()"
- In reply to: niraj.kumar.ait_at_gmail.com: "Re: undefined symbol: __pure_virtual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 22:30:21 +0200
niraj.kumar.ait@gmail.com wrote:
> std::cout<<"here is the handle-->"<<mHandle<<std::cout<<endl;
what's this ^^^^^^^^^^^
> mErrorMessage = dlerror();
What's the content of this string?
Other than that, what does ldd say when you run it on the plugin? If that
reports errors, it is either not linked correctly or dependencies are not
correctly installed. It depends on your system how that can be fixed.
Uli
-- http://www.erlenstar.demon.co.uk/unix/
- Next message: Pascal Bourguignon: "Re: How to check if a pipe is still being read, without writing anything to it?"
- Previous message: KeithSpook_at_yahoo.com: "Re: unix fork()"
- In reply to: niraj.kumar.ait_at_gmail.com: "Re: undefined symbol: __pure_virtual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|