> Hi, > I'm using Xerces 2.1 and Xalan1.4 now.My program always hit the assertion in > ~XalanReferenceCountedObject() on Linux, The reference count is 1 not 0. > However the code works fine on Windows NT/Solaris/AIX.
If you're using gcc 3.0 or greater, you need to add the option -fno-elide-constructors to the CXXFLAGS in the generated Makefile. Dave
