Darin Fisher wrote:
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

I tried link to GECKO_LDFLAGS = \ -L $(GECKO_SDK_PATH)/xpcom/bin -lxpcomglue \ -L $(GECKO_SDK_PATH)/nspr/bin -lnspr4 \ -L $(GECKO_SDK_PATH)/nspr/bin -lplds4 \ -L $(GECKO_SDK_PATH)/embedstring/bin -lembedstring_s

But still got the same error.

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

Reply via email to