From 89c6b6b970fd855b3c884ad38488a660b213162a Mon Sep 17 00:00:00 2001 From: damitha Date: Wed, 23 Jun 2010 15:08:46 +0000 Subject: git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957240 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/docs/axis2c_manual.html | 4 ++-- xdocs/docs/installationguide.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xdocs') 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".

You can compile the service sample as shown below.

On Linux:

-
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

+
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

On MS Windows:

to compile,

@@ -405,7 +405,7 @@ response further.

You can compile the client sample as shown below.

On Linux:

-
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

+
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

On MS Windows:

to compile,

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:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${AXIS2C_HOME}/lib/
$ cd samples
$ ./configure --prefix=${AXIS2C_HOME} ---with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0
+--with-axis2=${AXIS2C_HOME}/include/axis2-1.7.0
$ make
$ make install

-- cgit v1.1-32-gdbae