Christopher Blizzard wrote:
> David Einstein wrote:
> 
>> If I compile xpcom objects, the spellchecker for instance, on linux, 
>> they do not work with the mozilla.org builds.  I get an
>> undefined symbol: __pure_virtual error.  This suggests to me that 
>> there is some name mangling problem.  Am I
>> 1) Using the wrong compiler? (gcc 2.96 20000731)
>> 2) Using the wrong compile flags.
>> 3) Not sacrificing small (or large) furry animals to Xul?
>>
> 
> That generally means that you haven't implemented one of the methods 
> required by the interface.  Either that or you have a method = 0; in 
> your implementation header file.
> 
> --Chris

It works fine if I compile the xpcom objects along with mozilla, it's 
just when I try to get the objects to work with mozilla.org builds.  I 
have been told that the problem is the wierd gcc that came with RH7.1. I 
compiled gcc 3.04, but now I don't have enough space left to compile 
mozilla, so I don't know if that is the problem.
        Fortunately someone else has compiled the spell checker to work with the 
mozilla.org build of 0.99.
        Thanks
                Deinst




Reply via email to