[EMAIL PROTECTED] wrote:
Thanks, my compilations flags in my ws are not in cause because the
backtrace not mention the .so of my webservice. To be more precise, the
get_instance of my ws is not executed (I've validated this by put a printf
in it, and he did not display nothing).
If it can help I can compile axis with -g option, how can I do this ? (I
suppose it can be done with a ./configure option but if you can give me
the right option it help me).
This can be done by setting the CFLAGS environment variable before you
run configure.
e.g.
# CFLAGS="-g3 -O0"
# export CFLAGS
# ./configure
# make
# make install
HTH.
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]