How to link a new library to nspr?
[email protected] Tue, 18 Nov 2008 14:30:46 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello, I was wondering how you add a new library (a la -lxxx) to an NSPR build. The new functionality I want is used in mozilla/nsprpub/pr/src/ pthreads/ and I have the library.so I want to use as well as the header file for it (which I added in /mozilla/nsprpub/pr/include/). Where do I link my library to NSPR? Thanks,