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/26 19:21:45 UTC

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

tng         01/11/26 10:21:45

  Modified:    c/src    Makefile.incl
  Log:
  Add option -brtl when calling AIX makeC++SharedLib_r so that it searches for libxxx.so as well as libxxx.a.
  
  Revision  Changes    Path
  1.48      +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.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- Makefile.incl	2001/07/06 17:16:07	1.47
  +++ Makefile.incl	2001/11/26 18:21:45	1.48
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.47 2001/07/06 17:16:07 tng Exp $
  +# $Id: Makefile.incl,v 1.48 2001/11/26 18:21:45 tng Exp $
   #
   
   ###################################################################
  @@ -198,8 +198,8 @@
       ALLLIBS = ${LIBS} -L/usr/lpp/xlC/lib
   endif
   PLATFORM_COMPILE_OPTIONS = -qnotempinc -D_THREAD_SAFE
  -MAKE_SHARED = makeC++SharedLib_r -p 5000 ${LDFLAGS}
  -MAKE_SHARED_C = makeC++SharedLib_r -p 5000 ${LDFLAGS}
  +MAKE_SHARED = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS}
  +MAKE_SHARED_C = makeC++SharedLib_r -p 5000 -brtl ${LDFLAGS}
   SHLIBSUFFIX=.a
   endif
   
  
  
  

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