It works. Thanks a lot,
Kevin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:01 PM To: [email protected] Subject: Re: ~XalanReferenceCountedObject() assertion on Linux > 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
