Mozilla ports: new dynamic linking code needed

"Benjamin D. Smedberg" <[email protected]> Wed, 06 Jul 2005 15:43:54 -0400
Newsgroups gmane.comp.mozilla.devel.beos
Organization Another Netscape Collabra Server User
Message-ID <42CC347A.9080009__47838.6895651512$1120679274$gmane$org@smedbergs.us>
As part of https://bugzilla.mozilla.org/show_bug.cgi?id=298044 , the 
various operating system ports of mozilla may need to write dynamic 
linking code in order for the XPCOM glue to work correctly (which is a 
basic requirement for the new XULRunner). I have written this code for 
Windows, Mac OS X, and *nix systems that use dlopen() APIs, which are 
the operating systems that I have access to. I would like the ports 
owners for other systems to please look through the patch I have posted 
in the bug and provide equivalent code for your operating system.

If you have any questions, please do not hesistate to contact me by 
email or post comments in the bug.

--BDS