summaryrefslogtreecommitdiffstats
path: root/xdocs
diff options
context:
space:
mode:
authorGravatar damitha2010-06-23 15:08:46 +0000
committerGravatar damitha2010-06-23 15:08:46 +0000
commit89c6b6b970fd855b3c884ad38488a660b213162a (patch)
tree368f3efda2317f7de9d02dd406527ccc4592da5e /xdocs
parent7cb4a703c6e5f3a3f4e2873c2cfd8ea2f5d704ee (diff)
downloadaxis2c-89c6b6b970fd855b3c884ad38488a660b213162a.tar.gz
axis2c-89c6b6b970fd855b3c884ad38488a660b213162a.tar.bz2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs')
-rw-r--r--xdocs/docs/axis2c_manual.html4
-rw-r--r--xdocs/docs/installationguide.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/xdocs/docs/axis2c_manual.html b/xdocs/docs/axis2c_manual.html
index c007f91..d4a11ad 100644
--- a/xdocs/docs/axis2c_manual.html
+++ b/xdocs/docs/axis2c_manual.html
@@ -251,7 +251,7 @@ one operation, with the name "greet".<br />
<p>You can compile the service sample as shown below.</p>
<p>On Linux:</p>
<div class="source">
-<pre>gcc -shared -olibhello.so -I$AXIS2C_HOME/include/axis2-1.6.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello_svc.c<br /><br /></pre>
+<pre>gcc -shared -olibhello.so -I$AXIS2C_HOME/include/axis2-1.7.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello_svc.c<br /><br /></pre>
</div>
<p>On MS Windows:</p>
<p>to compile,</p>
@@ -405,7 +405,7 @@ response further.</p>
<p>You can compile the client sample as shown below.</p>
<p>On Linux:</p>
<div class="source">
-<pre>gcc -o hello -I$AXIS2C_HOME/include/axis2-1.6.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib<br /><br /></pre>
+<pre>gcc -o hello -I$AXIS2C_HOME/include/axis2-1.7.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib<br /><br /></pre>
</div>
<p>On MS Windows:</p>
<p>to compile,</p>
diff --git a/xdocs/docs/installationguide.html b/xdocs/docs/installationguide.html
index 97c23e3..dc737fe 100644
--- a/xdocs/docs/installationguide.html
+++ b/xdocs/docs/installationguide.html
@@ -243,7 +243,7 @@ To build the samples:<br />
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${AXIS2C_HOME}/lib/</code><br />
<code>$ cd samples</code><br />
<code>$ ./configure --prefix=${AXIS2C_HOME}
---with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0</code><br />
+--with-axis2=${AXIS2C_HOME}/include/axis2-1.7.0</code><br />
<code>$ make</code><br />
<code>$ make install</code><br />
<br />