You can leave off the flag with newer versions of gcc with no problems.

The problem with FormatterToHTML.cpp is a due to a bug in the gcc optimizer. If you build that particular file without the -O flag everything should be fine.

Dave

monkeyiq <[EMAIL PROTECTED]>




          monkeyiq <[EMAIL PROTECTED]>

          01/13/2002 04:40 PM
          Please respond to xalan-dev



To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: gcc build and -instances=static



It seems that this flag is not supported by gcc,
at least by 2.95, 2.96-99 and 3.0.2 gcc's all don't
like that option. It would also seem that the
build problem that I am having is in passing a static
map reference "s_elementFlags" to initializeElementFlagsMap()
at "XMLSupport/FormatterToHTML.cpp" line 2093 of 2136

Perhaps the static object is not being constructed before
it is being used?

--
-----------------------------------------------------
http://witme.sourceforge.net/libferris.web/index.html


Reply via email to