peiyongz    2003/02/20 10:06:17

  Modified:    c/src/xercesc runConfigure Makefile.incl configure.in
                        configure
  Log:
  Bug#7077: build error message shared library for ICUMsgLoader
  
  Revision  Changes    Path
  1.24      +2 -2      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- runConfigure      30 Jan 2003 19:10:48 -0000      1.23
  +++ runConfigure      20 Feb 2003 18:06:17 -0000      1.24
  @@ -481,7 +481,7 @@
              exit ${ERROR_EXIT_CODE};
          fi
          MESSAGELOADER=ICU;
  -       msgloaderLibs="-L${ICUROOT} -L${ICUROOT}/lib -L${ICUROOT}/data";
  +       msgloaderLibs="-L${ICUROOT} -L${ICUROOT}/lib -L${ICUROOT}/data 
-L${XERCESCROOT}/lib";
          msgloaderDefines="-DXML_USE_ICU_MESSAGELOADER -I${ICUROOT}/include";;
   
      inmem)
  
  
  
  1.35      +7 -7      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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Makefile.incl     6 Feb 2003 16:00:29 -0000       1.34
  +++ Makefile.incl     20 Feb 2003 18:06:17 -0000      1.35
  @@ -126,7 +126,7 @@
   
       ifeq (${MESSAGELOADER}, ICU)
           ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib \
  -                  -licuuc -licudata -lm -lgen
  +                  -licuuc -licudata -lXercesMessages -lm -lgen
       endif
   
     else
  @@ -141,7 +141,7 @@
       endif
   
       ifeq (${MESSAGELOADER}, ICU)
  -        ALLLIBS = -mt -licuuc -licudata ${LIBS}
  +        ALLLIBS = -mt -licuuc -licudata -lXercesMessages ${LIBS}
       endif
   
     endif
  @@ -241,7 +241,7 @@
   endif
   
   ifeq (${MESSAGELOADER}, ICU)
  -    ALLLIBS = ${LIBS} -L/usr/lpp/xlC/lib -licuuc -licudata
  +    ALLLIBS = ${LIBS} -L/usr/lpp/xlC/lib -licuuc -licudata -lXercesMessages
   endif
   
   PLATFORM_COMPILE_OPTIONS = -qnotempinc -D_THREAD_SAFE
  @@ -327,7 +327,7 @@
   endif
   
   ifeq (${MESSAGELOADER}, ICU)
  -    ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata
  +    ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -licuuc -licudata 
-lXercesMessages
   endif
   
   EXTRA_LINK_OPTIONS = -Xlinker -Map -Xlinker $(XML_OBJ)/${SO_NAME}.map
  @@ -404,7 +404,7 @@
       endif
   
       ifeq (${MESSAGELOADER}, ICU)
  -        ALLLIBS = ${LIBS} -licuuc -licudata
  +        ALLLIBS = ${LIBS} -licuuc -licudata -lXercesMessages
       endif
   
       EXTRA_LINK_OPTIONS = -b -Wl,+s -Wl,+b,.
  @@ -427,7 +427,7 @@
       endif
   
       ifeq (${MESSAGELOADER}, ICU)
  -        ALLLIBS = ${LIBS} -licuuc -licudata
  +        ALLLIBS = ${LIBS} -licuuc -licudata -lXercesMessages
       endif
   
       EXTRA_LINK_OPTIONS = -b -Wl,+s -Wl,+b,. -Wl,-a,shared
  
  
  
  1.14      +1 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- configure.in      2 Dec 2002 20:08:12 -0000       1.13
  +++ configure.in      20 Feb 2003 18:06:17 -0000      1.14
  @@ -138,6 +138,7 @@
   util/Compilers/Makefile \
   util/MsgLoaders/InMemory/Makefile \
   util/MsgLoaders/ICU/Makefile \
  +util/MsgLoaders/ICU/resources/Makefile \
   util/MsgLoaders/MsgCatalog/Makefile \
   util/MsgLoaders/MsgFile/Makefile \
   util/NetAccessors/Socket/Makefile \
  
  
  
  1.11      +1 -0      xml-xerces/c/src/xercesc/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/configure,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- configure 2 Dec 2002 20:08:12 -0000       1.10
  +++ configure 20 Feb 2003 18:06:17 -0000      1.11
  @@ -1621,6 +1621,7 @@
   util/Compilers/Makefile \
   util/MsgLoaders/InMemory/Makefile \
   util/MsgLoaders/ICU/Makefile \
  +util/MsgLoaders/ICU/resources/Makefile \
   util/MsgLoaders/MsgCatalog/Makefile \
   util/MsgLoaders/MsgFile/Makefile \
   util/NetAccessors/Socket/Makefile \
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to