You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by wh...@apache.org on 2005/08/10 11:51:17 UTC

cvs commit: ws-axis/c/build buildInitialize.xml

whitlock    2005/08/10 02:51:17

  Modified:    c/build  buildInitialize.xml
  Log:
  Fix link options for Solaris. I discovered the libraries need to be linked with Cstd to get over spurious STL problems and with socket to resolve getaddrinfo and other methods at runtime.
  
  Revision  Changes    Path
  1.18      +2 -0      ws-axis/c/build/buildInitialize.xml
  
  Index: buildInitialize.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildInitialize.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- buildInitialize.xml	9 Aug 2005 13:06:08 -0000	1.17
  +++ buildInitialize.xml	10 Aug 2005 09:51:17 -0000	1.18
  @@ -164,6 +164,8 @@
   			<linkerarg value="-Qoption"/>
   			<linkerarg value="ld"/>
   			<linkerarg value="-zmuldefs"/>
  +			<syslibset libs="Cstd"/>
  +			<syslibset libs="socket"/>
   		</linker>
   
   		<!--