Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1330

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.7.0
    • Build
    • None
    • Interix

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            leitrim_94 Brian Reynolds
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: