Comment 3 for bug 490744

Revision history for this message
RedBrain (herron-philip) wrote :

this is a reasonable error due to the fact you haven't provided in the C++ shared object the necessary symbol Demangling. As well as your maybe calling the dlopen'd function incorrectly since dlsym returns a function pointer which you call as instead of a real function. http://www.dwheeler.com/program-library/Program-Library-HOWTO/dl-libraries.html

http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/proguide/ref/rkcxxflt.htm

http://developers.sun.com/solaris/articles/mixing.html