[ 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
--
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]