On Tue, 24 Jan 2006, syn (sent by Nabble.com) wrote:
If i try to dlsym that symbol it works correctly. Can anyone help me to fix
this problem? Thanks,
Symbols in C++ scope are name-mangled by the C++ compiler. In order
to make your symbols available using their original name, you should
use an
extern "C" {
}
around the prototype for your function.
Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool