hi i'm trying to compile a xpcom program with #include <nsCOMPtr.h> #include <nsICookieManager.h> #include <nsCCookieManager.h> #include <nsICookie.h> #include <nsString.h> #include <nsIServiceManager.h>
and linker flags -lxpcom -lnspr4 but i couldn't link the program it gs,ves me lots of undefined reference to ..... errors.
what am i missing???
thanks
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
can you please provide a reduced testcase that demonstrates the problem. please provide code and the command(s) that you are using to compile the program. without this information it is difficult to offer accurate suggestions.
thanks, darin _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
