You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/07/26 18:49:30 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema/identity Makefile.in

tng         2002/07/26 09:49:30

  Modified:    c/src/xercesc Makefile.in Makefile.incl configure
                        configure.in
               c/src/xercesc/dom Makefile.in
               c/src/xercesc/dom/deprecated Makefile.in
               c/src/xercesc/dom/impl Makefile.in
               c/src/xercesc/framework Makefile.in
               c/src/xercesc/internal Makefile.in
               c/src/xercesc/parsers Makefile.in
               c/src/xercesc/sax Makefile.in
               c/src/xercesc/sax2 Makefile.in
               c/src/xercesc/util Makefile.in
               c/src/xercesc/util/Compilers Makefile.in
               c/src/xercesc/util/MsgLoaders/ICU Makefile.in
               c/src/xercesc/util/MsgLoaders/InMemory Makefile.in
               c/src/xercesc/util/MsgLoaders/MsgCatalog Makefile.in
               c/src/xercesc/util/MsgLoaders/MsgFile Makefile.in
               c/src/xercesc/util/NetAccessors/MacOSURLAccess Makefile.in
               c/src/xercesc/util/NetAccessors/MacOSURLAccessCF Makefile.in
               c/src/xercesc/util/NetAccessors/Socket Makefile.in
               c/src/xercesc/util/NetAccessors/libWWW Makefile.in
               c/src/xercesc/util/Platforms Makefile.in
               c/src/xercesc/util/Platforms/AIX Makefile.in
               c/src/xercesc/util/Platforms/FreeBSD Makefile.in
               c/src/xercesc/util/Platforms/HPUX Makefile.in
               c/src/xercesc/util/Platforms/IRIX Makefile.in
               c/src/xercesc/util/Platforms/Linux Makefile.in
               c/src/xercesc/util/Platforms/MacOS Makefile.in
               c/src/xercesc/util/Platforms/OS390 Makefile.in
               c/src/xercesc/util/Platforms/OS400 Makefile.in
               c/src/xercesc/util/Platforms/OpenServer Makefile.in
               c/src/xercesc/util/Platforms/PTX Makefile.in
               c/src/xercesc/util/Platforms/Solaris Makefile.in
               c/src/xercesc/util/Platforms/Tru64 Makefile.in
               c/src/xercesc/util/Platforms/UnixWare Makefile.in
               c/src/xercesc/util/Transcoders/ICU Makefile.in
               c/src/xercesc/util/Transcoders/Iconv Makefile.in
               c/src/xercesc/util/Transcoders/Iconv390 Makefile.in
               c/src/xercesc/util/Transcoders/Iconv400 Makefile.in
               c/src/xercesc/util/Transcoders/IconvFBSD Makefile.in
               c/src/xercesc/util/Transcoders/MacOSUnicodeConverter
                        Makefile.in
               c/src/xercesc/util/regx Makefile.in
               c/src/xercesc/validators Makefile.in
               c/src/xercesc/validators/DTD Makefile.in
               c/src/xercesc/validators/common Makefile.in
               c/src/xercesc/validators/datatype Makefile.in
               c/src/xercesc/validators/schema Makefile.in
               c/src/xercesc/validators/schema/identity Makefile.in
  Log:
  [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  
  Revision  Changes    Path
  1.9       +4 -1      xml-xerces/c/src/xercesc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.in	21 May 2002 19:48:02 -0000	1.8
  +++ Makefile.in	26 Jul 2002 16:49:26 -0000	1.9
  @@ -96,6 +96,9 @@
   MESSAGELOADER=@messageloader@
   TRANSCODER=@transcoder@
   
  +GCC = @GCC@
  +GXX = @GXX@
  +
   PRODUCTNAME=xerces
   PRODUCTVERSION=${VER}
   BINTARGETDIR=${HOME}/${PRODUCTNAME}-c-${PLATFORM}-${CXX}-${PRODUCTVERSION}
  
  
  
  1.18      +5 -5      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.incl	15 Jul 2002 12:15:14 -0000	1.17
  +++ Makefile.incl	26 Jul 2002 16:49:26 -0000	1.18
  @@ -112,7 +112,7 @@
   
   #=============== SOLARIS SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, SOLARIS)
  -  ifeq (${CXX}, g++)
  +  ifeq (${GXX}, yes)
       PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM} -D_REENTRANT
       MAKE_SHARED = ${CXX} -D${PLATFORM} -shared ${LDFLAGS}
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared ${LDFLAGS}
  @@ -141,7 +141,7 @@
   
   #=============== UNIXWARE SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, UNIXWARE)
  -  ifeq (${CXX}, g++)
  +  ifeq (${GXX}, yes)
       PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM} -D_REENTRANT
       MAKE_SHARED = ${CXX} -D${PLATFORM} -shared ${LDFLAGS}
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared ${LDFLAGS}
  @@ -170,7 +170,7 @@
   
   #=============== OPENSERVER SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, OPENSERVER)
  -  ifeq (${CXX}, g++)
  +  ifeq (${GXX}, yes)
   	COMMON_COMPILE_OPTIONS = -D${PLATFORM} -fPIC
       ifeq (${THREADS}, none)
         PLATFORM_COMPILE_OPTIONS = ${COMMON_COMPILE_OPTIONS}
  @@ -423,7 +423,7 @@
   ifeq (${PLATFORM}, TRU64)
     SHLIBSUFFIX=.so
     MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared ${LDFLAGS}
  -  ifeq (${CXX}, g++)
  +  ifeq (${GXX}, yes)
       MAKE_SHARED = ${CXX} -D${PLATFORM} -shared ${LDFLAGS}
       PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM} -D_REENTRANT
       ifeq (${TRANSCODER}, ICU)
  
  
  
  1.6       +2 -0      xml-xerces/c/src/xercesc/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/configure,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- configure	21 May 2002 19:48:02 -0000	1.5
  +++ configure	26 Jul 2002 16:49:26 -0000	1.6
  @@ -1527,7 +1527,9 @@
   s%@host_os@%$host_os%g
   s%@platform@%$platform%g
   s%@cxx@%$cxx%g
  +s%@GXX@%$GXX%g
   s%@cc@%$cc%g
  +s%@GCC@%$GCC%g
   s%@prefix_include@%$prefix_include%g
   s%@osver@%$osver%g
   s%@cxxflags@%$cxxflags%g
  
  
  
  1.7       +2 -0      xml-xerces/c/src/xercesc/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/configure.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configure.in	21 May 2002 19:48:02 -0000	1.6
  +++ configure.in	26 Jul 2002 16:49:26 -0000	1.7
  @@ -60,9 +60,11 @@
   
   cxx=${CXX}
   AC_SUBST(cxx)
  +AC_SUBST(GXX)
   
   cc=${CC}
   AC_SUBST(cc)
  +AC_SUBST(GCC)
   
   AC_SUBST(prefix)
   prefix_include='${PREFIX}/include/xercesc'
  
  
  
  1.10      +3 -1      xml-xerces/c/src/xercesc/dom/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in	12 Jun 2002 18:22:54 -0000	1.9
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.10
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.3       +3 -1      xml-xerces/c/src/xercesc/dom/deprecated/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/deprecated/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	21 May 2002 20:15:01 -0000	1.2
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.3
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.6       +3 -1      xml-xerces/c/src/xercesc/dom/impl/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	22 Jul 2002 15:41:45 -0000	1.5
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.6
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.6       +5 -0      xml-xerces/c/src/xercesc/framework/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	19 Jun 2002 21:59:26 -0000	1.5
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.6
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.6  2002/07/26 16:49:27  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.5  2002/06/19 21:59:26  peiyongz
   # DOM3:DOMSave Interface support: LocalFileFormatTarget
   #
  @@ -118,6 +121,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.3       +3 -1      xml-xerces/c/src/xercesc/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	18 Jul 2002 21:57:27 -0000	1.2
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.3
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.5       +3 -1      xml-xerces/c/src/xercesc/parsers/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	29 May 2002 21:47:08 -0000	1.4
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.5
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +3 -1      xml-xerces/c/src/xercesc/sax/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/sax/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:08 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +3 -1      xml-xerces/c/src/xercesc/sax2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/sax2/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:09 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.11      +5 -0      xml-xerces/c/src/xercesc/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.in	18 Jul 2002 21:57:27 -0000	1.10
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.11
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.11  2002/07/26 16:49:27  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.10  2002/07/18 21:57:27  knoaman
   # Makefile update.
   #
  @@ -281,6 +284,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.5       +4 -2      xml-xerces/c/src/xercesc/util/Compilers/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	3 Jul 2002 22:23:32 -0000	1.4
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.5
  @@ -60,6 +60,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  @@ -113,7 +115,7 @@
   ifeq (xlC,$(findstring xlC,${CXX}))
       CPP_OBJECTS = CSetDefs.$(TO)
   endif
  -ifeq (${CXX},g++)
  +ifeq (${GXX},yes)
       CPP_OBJECTS = GCCDefs.$(TO)
   endif
   ifeq (${CXX},ecc)
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:19 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:19  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:27  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/07/06 17:11:59  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -94,6 +97,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:21 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:21  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:27  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/07/06 17:11:59  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -94,6 +97,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/MsgLoaders/MsgCatalog/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/MsgCatalog/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:21 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:21  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:27  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/07/06 17:12:00  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -94,6 +97,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +2 -0      xml-xerces/c/src/xercesc/util/MsgLoaders/MsgFile/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/MsgFile/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:22 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:27 -0000	1.2
  @@ -57,6 +57,8 @@
   
   PLATFORM = @platform@
   COMPILER = @compiler@
  +GCC = @GCC@
  +GXX = @GXX@
   PREFIX = @prefix@
   THREADS = @threads@
   PREFIX_INCLUDE = @prefix_include@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/NetAccessors/MacOSURLAccess/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/MacOSURLAccess/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:23 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:23  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:00  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -66,6 +69,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +8 -1      xml-xerces/c/src/xercesc/util/NetAccessors/MacOSURLAccessCF/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/MacOSURLAccessCF/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	18 Feb 2002 05:50:42 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.1  2002/02/18 05:50:42  jberry
   # Create new NetAccessor class for Mac OS that doesn't rely on Carbon
   # APIs, but only on CoreServices APIs, and thus can be run from a
  @@ -65,6 +68,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/NetAccessors/Socket/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/Socket/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:23 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:23  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:01  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -78,6 +81,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/NetAccessors/libWWW/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NetAccessors/libWWW/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:23 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:23  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:01  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -85,6 +88,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.4       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	27 Feb 2002 22:38:42 -0000	1.3
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.4
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.4  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.3  2002/02/27 22:38:42  peiyongz
   # Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
   #
  @@ -122,6 +125,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/AIX/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/AIX/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:23 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:23  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:02  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/FreeBSD/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/FreeBSD/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:24 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:24  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
  +# sane_include
   #
   # Revision 1.1  2001/11/29 18:25:18  tng
   # FreeBSD support by Michael Huedepohl.
  @@ -65,6 +68,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/HPUX/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/HPUX/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:24 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:24  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:03  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/IRIX/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/IRIX/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:24 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:24  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:04  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/Linux/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Linux/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:24 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:24  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:05  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +2 -0      xml-xerces/c/src/xercesc/util/Platforms/MacOS/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/MacOS/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:25 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -59,6 +59,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/OS390/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/OS390/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:25 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:25  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:06  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/OS400/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/OS400/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:25 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:25  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:07  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +6 -1      xml-xerces/c/src/xercesc/util/Platforms/OpenServer/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/OpenServer/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	27 Feb 2002 22:57:59 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,6 +54,9 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.1  2002/02/27 22:57:59  peiyongz
   # Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
   #
  @@ -62,6 +65,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/PTX/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/PTX/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:25 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:28 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:25  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:28  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:07  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/Solaris/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Solaris/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:25 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:25  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:07  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +3 -1      xml-xerces/c/src/xercesc/util/Platforms/Tru64/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Tru64/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:26 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -59,6 +59,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Platforms/UnixWare/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/UnixWare/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:26 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:26  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:26  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:08  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -71,6 +74,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/ICU/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/ICU/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:36 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:36  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/07/06 17:12:08  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -94,6 +97,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/Iconv/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:36 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:36  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/07/06 17:12:08  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -94,6 +97,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/Iconv390/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv390/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:36 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:36  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:08  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -72,6 +75,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/Iconv400/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv400/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:36 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -57,8 +57,11 @@
   
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:36  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:09  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -73,6 +76,8 @@
   
   PLATFORM = @platform@
   COMPILER = @compiler@
  +CC = @GCC@
  +CXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/IconvFBSD/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/IconvFBSD/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:36 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:36  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
  +# sane_include
   #
   # Revision 1.1  2001/12/03 14:45:11  tng
   # FreeBSD native transcoder (IconvFBSD) added by Max Gotlib.
  @@ -66,6 +69,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/Transcoders/MacOSUnicodeConverter/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/MacOSUnicodeConverter/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:37 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:37  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
  +# sane_include
   #
   # Revision 1.3  2001/07/06 17:12:09  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -97,6 +100,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/util/regx/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/regx/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:29 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -56,8 +56,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:29  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
  +# sane_include
   #
   # Revision 1.5  2001/07/06 17:12:09  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -93,6 +96,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS =  @cflags@
   PREFIX = @prefix@
  
  
  
  1.3       +5 -0      xml-xerces/c/src/xercesc/validators/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	11 Feb 2002 18:19:19 -0000	1.2
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.3
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.3  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.2  2002/02/11 18:19:19  tng
   # [Bug 2715] Build recursion suppresses make failures.
   #
  @@ -85,6 +88,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/validators/DTD/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:45 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:45  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
  +# sane_include
   #
   # Revision 1.11  2001/07/06 17:12:10  tng
   # Automatic build of single-threaded library.  By Martin Kalen.
  @@ -107,6 +110,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/validators/common/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/common/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:39 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -54,8 +54,11 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:39  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
  +# sane_include
   #
   # Revision 1.7  2001/08/24 12:48:48  tng
   # Schema: AllContentModel
  @@ -84,6 +87,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/validators/datatype/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:42 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:42  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
  +# sane_include
   #
   # Revision 1.22  2001/11/07 19:18:52  peiyongz
   # DateTime Port
  @@ -132,6 +135,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.5       +5 -0      xml-xerces/c/src/xercesc/validators/schema/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	21 May 2002 19:33:44 -0000	1.4
  +++ Makefile.in	26 Jul 2002 16:49:29 -0000	1.5
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.5  2002/07/26 16:49:29  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
   # Revision 1.4  2002/05/21 19:33:44  tng
   # DOM Reorganization: rename XSDIDOMParser to XSDDOMParser
   #
  @@ -127,6 +130,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  
  1.2       +5 -0      xml-xerces/c/src/xercesc/validators/schema/identity/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/identity/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:51 -0000	1.1
  +++ Makefile.in	26 Jul 2002 16:49:30 -0000	1.2
  @@ -55,8 +55,11 @@
   #
   #
   # $Log$
  -# Revision 1.1  2002/02/01 22:22:51  peiyongz
  -# Initial revision
  +# Revision 1.2  2002/07/26 16:49:30  tng
  +# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  +#
  +# Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
  +# sane_include
   #
   # Revision 1.1  2001/11/02 14:08:40  knoaman
   # Add support for identity constraints.
  @@ -66,6 +69,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   CXXFLAGS = @cxxflags@
   CFLAGS = @cflags@
   PREFIX = @prefix@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org