Re: Firefox build problem: GetVisibility__C7nsIView undefined (Linux/PPC)
Christian Biesinger <[email protected]> Fri, 28 Oct 2005 22:49:18 +0200
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Steve Summit wrote: > If anybody could even explain what the mechanism for loading > all the auxiliary .so libraries is, that might help me to track > the problem down. Well, it uses dlopen/dlsym/dlclose to load the libraries and find the symbols in there... The components directory is found, afaik, using the MOZILLA_FIVE_HOME variable set by the "firefox" start script. Not sure if that helps you really :)