it doesn't work if I try to compile using these commands
gcc -c -omath.o -I/usr/local/axis2c/include/axis2-1.0/ -L/usr/local/axis2c/lib -fPIC math.c gcc -c -omath_skeleton.o -I/usr/local/axis2c/include/axis2-1.0/ -L/usr/local/axis2c/lib -fPIC math_skeleton.c gcc -shared math.o math_skeleton.o -L/usr/local/axis2c/lib -laxis2 -olibmath.so
In place of the last command, try using the following:
gcc -shared math.o math_skeleton.o -ldl -lpthread  -olibmath.so

Then copy the libmath.so to the services folder and try.

Samisa...

--
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services 
Developers' Portal)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to