2012/11/27 Brian Teh <tehhzs...@gmail.com>:
>
> THUNDERBIRD_LDFLAGS =  -L$(THUNDERBIRD_OBJDIR_PATH)/mozilla/dist/lib \
>                        -lxpcomglue_s    \
>                        -lxpcom          \
>                        -lmozalloc       \
>                        -lnss            \
>                        -lnssb           \
>                        -lnssutil        \
>                        -lnspr4          \
>                        -lplds4          \
>                        -lplc4           \
>                        -shared          \
>                        $(NULL)

This shows you are linking with NSS static libraries. You should link
with NSS shared libraries, which have different file names.

Replace -lnss -lnssb -lnssutil with -lnss3 -lnssutil3.

Wan-Teh
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to