On 6/16/10 11:29 AM, Babele Dunnit wrote:
But, when I link "xul" (and I need that for our REAL app), "dl" seems no loger needed, "mozjs" is needed to resolve stuff like (...)/
You cannot link "xul" and use standalone linkage. What symbols do you need from xul?
The point of standalone linkage is that you don't know where libxul is, and therefore you can't link against it. If you know where it is, you can just link against it directly and use dependent linkage.
--BDS _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding