You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Barry <bd...@cablespeed.com> on 2005/03/09 01:06:05 UTC

g++ and static

Hello,

 

   I have a static compiler (GNU g++ 3.4).  This compiler is not on the list
of tested compilers but I wanted to try it anyway.  I'm getting strange
errors which seem to point to the static compiler. 

 

   If this is a static problem, can I build a partial library and remove the
components that are having a problem.  I want to use the SAX parser, or
maybe the DOMParser.. Any suggestions?

 

Barry