adele wrote:

Hello, everyone,
I got the following error message when running regxpcom:
nsNativeComponentLoader: SelfRegisterDll(WebLock.so) Load FAILED with error: /home/adele/mozilla/dist/bin/components/WebLock.so: undefined symbol: _ZN14nsEmbedCStringC1EPKc


How can I resolve this?

Thanks.
Adele
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom


$ c++filt
_ZN14nsEmbedCStringC1EPKc
nsEmbedCString::nsEmbedCString[in-charge](char const*)

It looks like you need to link to libembedstring_s.a. This library should be included in the Mozilla 1.6 SDK and earlier.

-Darin
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to