Operating System - Linux
1829563 Members
1458 Online
109992 Solutions
New Discussion

Re: problems compiling and linking gsoap with aCC in HP-UX

 
SOLVED
Go to solution
Pedro Dinis
Advisor

problems compiling and linking gsoap with aCC in HP-UX

problems compiling and linking gsoap with aCC in HP-UX

anyone knows if it is possible to use gsoap with HP-UX?
SLB SLB SLB Glorioso
9 REPLIES 9
Steven E. Protter
Exalted Contributor
Solution

Re: problems compiling and linking gsoap with aCC in HP-UX

Shalom,

Please post the compile string and erorr message.

Also take a look at http://software.hp.com

Search for Internet Express

You may find a depot based software that will do the job.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pedro Dinis
Advisor

Re: problems compiling and linking gsoap with aCC in HP-UX


it is compiling and linking well with aCC the gsoap the real problem that with aCC it is not serializing float and doubles.

with g++ works very well , but with g++ we cannot link with libocci that is compiled with aCC.

thanks
SLB SLB SLB Glorioso
Dennis Handly
Acclaimed Contributor

Re: problems compiling and linking gsoap with aCC in HP-UX

>aCC it is not serializing float and doubles.

What do you mean by serialize?
Dennis Handly
Acclaimed Contributor

Re: problems compiling and linking gsoap with aCC in HP-UX

>as you can see in the xml the numbers are converted to INF

Not really, I can only understand something simple like printf output. :-)

INFINF

You'll need to debug how those numbers got changed to INF.
What version of aC++ are you using?
What options are you using?

>this is xml request received at the server site from a regular linux client
23
(Any reason there is an /ns:pow vs /ns:add?)
Dennis Handly
Acclaimed Contributor

Re: problems compiling and linking gsoap with aCC in HP-UX

One suggestion you could try to find where those INF values are created is to turn on the IEEE divide by 0 trap, link with: +FPZ
Pedro Dinis
Advisor

Re: problems compiling and linking gsoap with aCC in HP-UX

do you know any product of HP compiled with aCC that could replace the gsoap we are using for the web services


we have someone working one the suggestion you made about INF i will get back to you soon.

thanks

SLB SLB SLB Glorioso
Pedro Dinis
Advisor

Re: problems compiling and linking gsoap with aCC in HP-UX

i think that the problem is that the gsoap that we have installed in HP-UX it is compiled and installed with g++.

what do you think?

gsoap should be compiled with aCC to work in HP-UX ?
SLB SLB SLB Glorioso
Dennis Handly
Acclaimed Contributor

Re: problems compiling and linking gsoap with aCC in HP-UX

>gsoap should be compiled with aCC to work in HP-UX?

If g++ compiled gsoap is linked with aC++ compiled libocci, there will be problems.
Pedro Dinis
Advisor

Re: problems compiling and linking gsoap with aCC in HP-UX

porra
SLB SLB SLB Glorioso