On Fri, Dec 19, 2003 at 04:57:58PM +0100, Eric Dondelinger wrote: > This enigmail thingie needs to be compiled with the same compiler > (gcc) version as mozilla, otherwise you'll get an error message As all C++ programs... The ABI has changed with every version of gcc (prior to 3.2.1). It is frozen now. -- Lionel