Re: build problem

Sébastien Lorquet <[email protected]> Wed, 30 Dec 2009 17:10:44 +0100
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
Replying to maybe help other people since google seems rather quick to index
threads of this mailing list.

Well, after a lot of browsing around blogs that indicated the same type of
problems, I managed to resolve this by
- defining XPCOM_GLUE and XPCOM_GLUE_USE_NSPR,
- then linking against xpcomglue_s, xpcom and nspr4 AND also plc4.

This was the combination of all this that permitted successful linking. I
had a long time finding the proper combination.

These mailing lists seem to be a veeeery low volume one, or is my problem so
basic no one bother to reply?

I'd like to know if what I did is the proper way to compile extensions or if
it just "happened to work".

Regards
Sebastien