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