Re: Problems using NS_InitXPCOM2 from xulrunner 13 and later
[email protected] Thu, 22 Nov 2012 01:07:44 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
> Just link with: > > > > `pkg-config --libs libxul` -Wl,--whole-archive -lmozglue -lmemory -Wl,--no-whole-archive > > > > This solved the problem for me recently. Works for me too. Thanks.