Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4146954 By: dddarren
Hi. I'm writing a gaim plugin for a uni. project and i'm having some difficulty linking to other libraries at run time. I'm basically just trying to split my code up then I don't have one huge file. I'm just making the library using gaim/gtk plugin makefile giving my my .so file. I've included the header file in the actual plugin file and it all seems to compile fine (no used but not defined errors or anything) so it seems to link ok at this stage. But when I come to run it, the plugin appears greyed out and in the extra info section i get an "Error: undefined symbol". so im guessing there some problem linking to it at run time. I've tried putting the library in the same directory as the plugin, the lib/gaim dir, setting PLUGIN_LIBS to point to it, setting LD_LIBRARY_PATH to point to the right dir etc. etc. all with no luck. Any help would be greatly appreciated. I know im prob just being blonde. Thanks in advance. Darren ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=665 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Gaim-forums mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gaim-forums
