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 2001/11/23 17:17:29 UTC

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

tng         01/11/23 08:17:29

  Modified:    c/tests  Makefile.incl
  Log:
  Remove -instances=static in tests Makefile.
  
  Revision  Changes    Path
  1.16      +4 -4      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.incl	2001/09/10 21:47:45	1.15
  +++ Makefile.incl	2001/11/23 16:17:29	1.16
  @@ -55,7 +55,7 @@
   #
   
   #
  -# $Id: Makefile.incl,v 1.15 2001/09/10 21:47:45 peiyongz Exp $
  +# $Id: Makefile.incl,v 1.16 2001/11/23 16:17:29 tng Exp $
   #
   
   ################## LIBRARY NAMES AND DIRECTORIES ##################
  @@ -74,13 +74,13 @@
   ifeq (${PLATFORM}, SOLARIS)
     ifeq (${COMPILER}, g++)
   	CMP= -c ${CXXFLAGS}
  -	CC= g++ -c -D${PLATFORM} -D_REENTRANT -fpic -instances=static
  +	CC= g++ -c -D${PLATFORM} -D_REENTRANT -fpic
   	LINK = g++ -D${PLATFORM} -fpic
   	PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
   	EXTRA_LINK_OPTIONS=-lc
     else
   	CMP= -c ${CXXFLAGS}
  -	CC= CC -c -D${PLATFORM} -D_REENTRANT -pic -instances=static
  +	CC= CC -c -D${PLATFORM} -D_REENTRANT -pic
   	LINK =  CC -D${PLATFORM}
   	PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib
   	EXTRA_LINK_OPTIONS=-lc -lgen
  @@ -121,7 +121,7 @@
   MAKE_SHARED = ${PLATFORM_CPP_COMPILER} -DPTX -G
   MAKE_SHARED_C = ${PLATFORM_C_COMPILER} -DPTX -G
   PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib -L${XMLINSTALL}/lib
  -EXTRA_LINK_OPTIONS=-lm -lgen 
  +EXTRA_LINK_OPTIONS=-lm -lgen
   SHLIBSUFFIX=.so
   endif
   
  
  
  

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