Hi, I am trying to create an XP COM extension on Mac.
While trying to compile my XPCOM component, i get the following linker error "ld: Undefined symbols: __Z20NS_NewGenericModule2PK12nsModuleInfoPP9nsIModule /usr/bin/libtool: internal link edit command failed" I have included the libxpcom.dylib in my project in order to build the component. I however also get the below warning when i include the libxpcom.dylib "ld: warning can't open dynamic library: @executable_path/libxpcom_core.dylib referenced from: gecko_sdk/lib/libxpcom.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)" Can anyone please let me know in case i am missing out some other dependency that needs to be taken care of? Thanks, Gautam __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
