You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2006/09/29 06:09:51 UTC

svn commit: r451113 - in /webservices/axis2/trunk/c/tools: codegen/build.sh tcpmon/build.sh

Author: pini
Date: Thu Sep 28 21:09:50 2006
New Revision: 451113

URL: http://svn.apache.org/viewvc?view=rev&rev=451113
Log:
Linking libraries giving relative path instead of linking against installed libraries.

Modified:
    webservices/axis2/trunk/c/tools/codegen/build.sh
    webservices/axis2/trunk/c/tools/tcpmon/build.sh

Modified: webservices/axis2/trunk/c/tools/codegen/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/build.sh?view=diff&rev=451113&r1=451112&r2=451113
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/build.sh (original)
+++ webservices/axis2/trunk/c/tools/codegen/build.sh Thu Sep 28 21:09:50 2006
@@ -10,7 +10,7 @@
 AXIS2C=`pwd`/..
 export AXIS2C_HOME AXIS2C
 
-./configure --prefix=${AXIS2C_HOME} --enable-tests=no --with-axis2_util=${AXIS2C_HOME}/include --with-axiom=${AXIS2C_HOME}/include --with-axis2_xml_schema=${AXIS2C_HOME}/include --with-axis2_woden=${AXIS2C_HOME}/include
+./configure --prefix=${AXIS2C_HOME} --enable-tests=no
 
 make
 make install

Modified: webservices/axis2/trunk/c/tools/tcpmon/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/build.sh?view=diff&rev=451113&r1=451112&r2=451113
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/build.sh (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/build.sh Thu Sep 28 21:09:50 2006
@@ -9,6 +9,6 @@
 
 export AXIS2C_HOME
 
-./configure --prefix=${AXIS2C_HOME} --enable-tests=no --with-axis2_util=${AXIS2C_HOME}/include 
+./configure --prefix=${AXIS2C_HOME} --enable-tests=no 
 make
 make install



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