You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/27 19:44:42 UTC

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

aruna1      00/07/27 10:44:39

  Modified:    c/src    Makefile.incl
  Log:
  Fix to make SUNW_0.7 work. Found undefined references for towupper and iswspace
  
  Revision  Changes    Path
  1.30      +3 -3      xml-xerces/c/src/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/Makefile.incl,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.incl	2000/06/15 18:00:56	1.29
  +++ Makefile.incl	2000/07/27 17:44:38	1.30
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.29 2000/06/15 18:00:56 aruna1 Exp $
  +# $Id: Makefile.incl,v 1.30 2000/07/27 17:44:38 aruna1 Exp $
   #
   
   ###################################################################
  @@ -114,10 +114,10 @@
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared
       ifeq (${TRANSCODER}, ICU)
           ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib \
  -                  -licu-uc -licudata -lm -lw -lgen
  +                  -licu-uc -licudata -lm -lgen
       else
           ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib \
  -                  -lm -lw -lgen
  +                  -lm  -lgen
       endif
     else
   	PLATFORM_COMPILE_OPTIONS = -KPIC -mt -xs -ptr$(XML_OBJ_DIR) \