|
Von: Stettler, Robert
[mailto:[EMAIL PROTECTED] Not sure if the other
guys have already responded…. Axiscpp_client is a
shared library in axis. In my installation it actually exists in <Axis
instatl>/lib/axis and not in the <Axisinstall>/lib. Maybe
I am non-standard for some reason but I did not think so. The –L portion of
the g++ command tells the linker where to find the library. The file it
is looking for is actually named libaxis_client.so. The lib prefix and
the .so suffix are assumed by the linker so you leave them off in the g++
command just as the doc stated. Locate the libaxis_client.so library
under axis, use that directory in the –L option. If you are not
UNIX savvy you can use find <axis install dir> -name
libaxis_client.so –print to locate the library. -----Original
Message----- Hi John, all Thanks again for your guide. I have tried it to develop a client
for the calculator example today. However, I’m currently having a problem
in the step of building the client. It is writtenin the guide that the
command to execute is: g++ *.cpp -I<Axis installation directory>/include -L<Axis
installationdirectory>/lib -ldl -laxiscpp_client –ocalculator but I cannot build it because I do not know what is
“axiscpp_client”. It is not specified at the document what
this is, and as I said, I am new to c++. I know it should be a
library…but, which library? Sorry if this is too obvious…. By the way, the rest was quite straight forward with the user
guide… Thank you very much Best regards, Ruth Von:
John Hawkins [mailto:[EMAIL PROTECTED]
The information contained in this e-mail is confidential and/or proprietaryto Capital One and/or its affiliates. The information transmitted herewithis intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. |
- axis_c++ client for a java web service for "dummies&... Ruth del Campo
- Re: axis_c++ client for a java web service for "... John Hawkins
- AW: axis_c++ client for a java web service for &... Ruth del Campo
- RE: axis_c++ client for a java web service for "... Stettler, Robert
- AW: axis_c++ client for a java web service for &... Ruth del Campo
