Re: How to link a new library to nspr?

[email protected] Tue, 18 Nov 2008 20:01:21 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.nspr
Organization http://groups.google.com
Message-ID <f7b2a266-6a0a-4b5c-985e-db1b9d0ed5e8@p35g2000prm.googlegroups.com>
On Nov 18, 7:52 pm, Wan-Teh Chang <[email protected]> wrote:
> On Tue, Nov 18, 2008 at 2:30 PM,  <[email protected]> wrote:

> You can link with -lplc4 -lplds4 -lnspr4, which is guaranteed to
> be enough.  You may omit -lplc4 or -lplds4 if your library doesn't
> use the functions defined in those auxiliary libraries.  (-lnspr4 is
> the main NSPR library.)
>
> Wan-Teh

Thank you,
So, where would i place my library (which is separately built and in
the form libxxx.so) in the source tree, and what flags (and makefiles)
do I use to accomplish that?
Thank you again,