The binaries were built using gcc 3.2.3, so that sounds like it could be sufficiently different to cause compatibility issues.
If your latest checks don't get it working, it may be that you will need to compile from source, to suit your version of the compiler. Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006 14:37:31: > Yes I use binaries version of Axis and the version of the compiler is 3.4.2. > I'm trying to re-install Axis with the installation guide to be sure > I did not forget something during the 1st installation. > > > -----Message d'origine----- > De : Adrian Dick [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 18 août 2006 12:38 > À : Apache AXIS C User List > Objet : RE: Query about Axis-C version > > Hmm... > > If, as you say, you have the Axis C++ JARs available on the appropriate > paths, and using the command you originally gave, I wouldn't expect you to > see this error. > > Are you using pre-build binaries? > If so, could it be the compiler/linker used to create theAxis C++ binaries > is not totally compatible with the compiler/linker you're using for your > application? > > > Adrian > _______________________________________ > Adrian Dick ([EMAIL PROTECTED]) > > > "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006 > 09:49:51: > > > Hi, > > This is one of errors I obtained: > > > > D:\DOCUME~1\A118733\LOCALS~1\Temp/cc0qbaaa.o(.text+0x55f): > > ConnectionException.cpp: undefined reference to `axiscpp:: > > SoapFaultException::SoapFaultException()' > > > > All other errors look like to this one. > > > > Regards, > > Bastien. > > > > -----Message d'origine----- > > De : Adrian Dick [mailto:[EMAIL PROTECTED] > > Envoyé : vendredi 18 août 2006 10:40 > > À : Apache AXIS C User List > > Objet : Re: Query about Axis-C version > > > > Hi, > > > > Your command looks right. What are the specific errors you're seeing? > > > > Regards. > > Adrian > > _______________________________________ > > Adrian Dick ([EMAIL PROTECTED]) > > > > > > "Jacoud Bastien" <[EMAIL PROTECTED]> wrote on 18/08/2006 > > 09:05:15: > > > > > Hello, > > > I had developed java web services with Axis 1.3 to deploy them on > > > tomcat server. These services work correctly with a java client. > > > For another application, I need to compile web services in C++. So I > > > downloaded the current version of Axis-C on your web site (it seems > > > to be 1.6 Beta version) and I tried to compile the web services from > > > my WSDL files on a windows platform. > > > To compile from the WSDL, I followed the procedure described on the > > > joined file, but, when I realize the operation: > > > "g++ *.cpp -I<Axis installation directory>/include -L<Axis > > > installation directory>/lib -ldl -laxiscpp_client -ocalculator" > > > I obtain lot of "undefined reference" messages although I put .dll > > > files in lib directory. > > > I don't know if it's an error of Axis version or I don't realize > > > good operation. Can you help to resolve this problem? > > > Regards, > > > > > > Bastien JACOUD > > > Unité Public - Santé - Transport - Département SPSL - Atos WORLDLINE > > > [EMAIL PROTECTED] > > > Tel.: + 33.(0)4 78 17 69 57 > > > 107-109 Boulevard Vivier Merle 69438 Lyon Cedex 03 > > > [attachment "clientuser-guide.pdf" deleted by Adrian Dick/UK/IBM] > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
