You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/05/02 00:21:44 UTC

cvs commit: xml-xerces/c/src/xercesc runConfigure Makefile.incl

peiyongz    02/05/01 15:21:44

  Modified:    c/src/xercesc runConfigure Makefile.incl
  Log:
  Build 64 on UNIX
  
  Revision  Changes    Path
  1.6       +8 -4      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- runConfigure	22 Apr 2002 19:08:47 -0000	1.5
  +++ runConfigure	1 May 2002 22:21:44 -0000	1.6
  @@ -55,7 +55,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: runConfigure,v 1.5 2002/04/22 19:08:47 peiyongz Exp $
  +# $Id: runConfigure,v 1.6 2002/05/01 22:21:44 peiyongz Exp $
   #
   #
   
  @@ -387,14 +387,17 @@
   #
   if test $bitsToBuild = 64; then
       bitstobuildDefines=" -DXML_BITSTOBUILD_64 " 
  +    bitstobuildLink=" "
       if test $platform; then
           case $platform in
              solaris)
                 bitstobuildDefines=" $bitstobuildDefines -xarch=v9 " ;;
              aix)
  -              bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " ;;
  +              bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 "
  +              bitstobuildLink=" -X64" ;;
              hp-11)
  -              bitstobuildDefines=" $bitstobuildDefines +DD64 " ;;
  +              bitstobuildDefines=" $bitstobuildDefines +DA2.0W " 
  +              bitstobuildLink=" +DA2.0W" ;;
              linux)
                 bitstobuildDefines=" $bitstobuildDefines " ;;
              *)
  @@ -403,6 +406,7 @@
       fi
   elif test $bitsToBuild = 32; then
       bitstobuildDefines=" "
  +    bitstobuildLink=" "
   else
       echo "I do not recognize the bitsToBuild '$bitsToBuild'. Please type '${0} -h' for help."
       exit ${ERROR_EXIT_CODE};
  @@ -594,7 +598,7 @@
       export CXXFLAGS CFLAGS
   fi
   
  -LDFLAGS="$LDFLAGS $linkeroptions"
  +LDFLAGS="$LDFLAGS $linkeroptions $bitstobuildLink"
   export LDFLAGS
   
   LIBS="$transcodingLibs $threadingLibs $netaccessorLibs"
  
  
  
  1.9       +3 -3      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.incl	22 Apr 2002 19:08:47 -0000	1.8
  +++ Makefile.incl	1 May 2002 22:21:44 -0000	1.9
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.8 2002/04/22 19:08:47 peiyongz Exp $
  +# $Id: Makefile.incl,v 1.9 2002/05/01 22:21:44 peiyongz Exp $
   #
   
   ###################################################################
  @@ -230,8 +230,8 @@
   endif
   PLATFORM_COMPILE_OPTIONS = -qnotempinc -D_THREAD_SAFE
   
  -MAKE_SHARED = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS} -X${BITSTOBUILD}
  -MAKE_SHARED_C = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS} -X${BITSTOBUILD}
  +MAKE_SHARED = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS}
  +MAKE_SHARED_C = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS}
   
   EXTRA_LINK_OPTIONS = -bmap:$(XML_OBJ)/${LIBNAME}${SO_TARGET_VERSION}.${SO_TARGET_VERSION_MAJOR}.map
   SHLIBSUFFIX=.so
  
  
  

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