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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]