[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/c/src Makefile.incl
From:       tng () apache ! org
Date:       2001-12-21 18:24:50
[Download RAW message or body]

tng         01/12/21 10:24:50

  Modified:    c/src    Makefile.incl
  Log:
  [Bug 2680] Remove '-instances=static' from the compile step.
  
  Revision  Changes    Path
  1.52      +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.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Makefile.incl	2001/12/16 14:56:42	1.51
  +++ Makefile.incl	2001/12/21 18:24:50	1.52
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.51 2001/12/16 14:56:42 tng Exp $
  +# $Id: Makefile.incl,v 1.52 2001/12/21 18:24:50 tng Exp $
   #
   
   ###################################################################
  @@ -109,7 +109,7 @@
   #=============== SOLARIS SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, SOLARIS)
     ifeq (${CXX}, g++)
  -    PLATFORM_COMPILE_OPTIONS = -fPIC -instances=static -D${PLATFORM} -D_REENTRANT
  +    PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM} -D_REENTRANT
       MAKE_SHARED = ${CXX} -D${PLATFORM} -shared ${LDFLAGS}
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared ${LDFLAGS}
       ifeq (${TRANSCODER}, ICU)
  @@ -147,7 +147,7 @@
                     -lm -lw -lgen
       endif
     else
  -    PLATFORM_COMPILE_OPTIONS = -KPIC -mt -xs -instances=static \
  +    PLATFORM_COMPILE_OPTIONS = -KPIC -mt -xs \
                                  -D${PLATFORM} -D_REENTRANT
       MAKE_SHARED = ${CXX} -D${PLATFORM} -G ${LDFLAGS}
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -G ${LDFLAGS}
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic