Michael Krivoruchko wrote: > > Hi All, > > First things first: I am using sources version 1.0.1 > > If we talking about the same linking error:
....error message deleted.... > > It looks to me like compiler bug (?????). I was able to link the library after > I moved the destructor definition from './src/util/RefHashTableOf.c' line 333: ...source code deleted....... This is the same error I got using 1.1.0. It is good that a work-around exists. Since Sun strongly recommends the external instances method, I believe that it would make sense to enable support for it in the makefiles. Perhaps support could be enabled for both, allowing the user to choose. Note: The external instances method does not cause the code to trigger this compiler bug. As Sun only recommends this method for very small programs, they may not have tested the static instances method very extensively and other problems may be lurking around the corner. > Additionally, I have got few warnings during compilation: > ....Warnings deleted..... > I did not investigate this problem yet. Note: I did not get these warnings using Xerces-C 1.1.0, Sun WorkShop 5.0 and Solaris 2.6 -Eric Yankowitz [EMAIL PROTECTED]
