Hi Alberto,

Thanks for this. I've tried it out and it looks good.

One quick question, have you had any success in running the tests? I've been trying out DOMTest and DOMMemTest, both have seg faults. Looking closer at DOMTest, the fault occurs in libstdc++.a after attempting to throw an exception at DOMNodeImpl.cpp:1027. Is there something I'm missing, or am I the first one in here?

Thanks,
Brian

Alberto Massari (JIRA) wrote:
     [ http://issues.apache.org/jira/browse/XERCESC-1330?page=history ]
     
Alberto Massari resolved XERCESC-1330:
--------------------------------------

    Resolution: Fixed

Hi Brian,
you are right, when I added the Interix platform I forgot modifying the Makefile.incl for the samples and tests. Please verify if the current CVS works also for you now.

Alberto

  
No INTERIX section in $XERCESCROOT/tests/Makefile.incl
------------------------------------------------------

         Key: XERCESC-1330
         URL: http://issues.apache.org/jira/browse/XERCESC-1330
     Project: Xerces-C++
        Type: Bug
  Components: Build
    Versions: 2.6.0
 Environment: Interix
    Reporter: Brian Reynolds
    

  
This is a platform available in runConfigure.
The CC variable has not been set.
This should do the trick:
#=============== INTERIX SPECIFIC OPTIONS =========================
ifeq (${PLATFORM}, INTERIX)
CMP= -c ${CXXFLAGS}
CC= ${COMPILER} -c -D${PLATFORM} -D_REENTRANT -fpic
LINK =  ${COMPILER} -D${PLATFORM} -fpic ${LDFLAGS}
PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib
EXTRA_LINK_OPTIONS=-lc ${EXTRA_LIBS}
SHLIBSUFFIX=.so
endif
    

  
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to