Re: Attempting to Link to Mozilla NSS Libraries causes Undefined Reference Error

2012-11-28 Thread Brian Teh
Hi, I have tried your suggestions, but I still got undefined reference errors to functions defined in pk11pub.h. Even comm-release version 17 is also affected. nss-config version: 3.13.1 OS: Ubuntu Linux 12.04 LTS Compiler used: g++ 4.6.3 IDE: NetBeans 7.2 ldd result: ldd /home/cpe479/comm-

Re: Attempting to Link to Mozilla NSS Libraries causes Undefined Reference Error

2012-11-27 Thread Wan-Teh Chang
2012/11/27 Brian Teh : > > THUNDERBIRD_LDFLAGS = -L$(THUNDERBIRD_OBJDIR_PATH)/mozilla/dist/lib \ >-lxpcomglue_s\ >-lxpcom \ >-lmozalloc \ >-lnss\ >

Re: Attempting to Link to Mozilla NSS Libraries causes Undefined Reference Error

2012-11-27 Thread Robert Relyea
On 11/27/2012 06:11 AM, Brian Teh wrote: Hi, Here is the posting of partial Makefile: # Change this to point at Thunderbird source's directory. THUNDERBIRD_SOURCE ?= $(HOME)/comm-beta18.0-hg/src PYTHON_PATH?= $(THUNDERBIRD_SOURCE)/mozilla/config/pythonpath.py XPIDL_HEADER ?= $(THUNDERBI

Attempting to Link to Mozilla NSS Libraries causes Undefined Reference Error

2012-11-27 Thread Brian Teh
Hi, Here is the posting of partial Makefile: # Change this to point at Thunderbird source's directory. THUNDERBIRD_SOURCE ?= $(HOME)/comm-beta18.0-hg/src PYTHON_PATH?= $(THUNDERBIRD_SOURCE)/mozilla/config/pythonpath.py XPIDL_HEADER ?= $(THUNDERBIRD_OBJDIR_PATH)/mozilla/dist/sdk/bin/header