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
