I followed ur suggestion and looked at the gcc command options as generated by the make file. That solved the problem. Thanks!
On 8/7/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > Subra A Narayanan wrote: > > Thanks Samisa. > > > > I tried your solution and it worked for the 'math' sample. > > > > So I tried the same thing with my own web service, but that fails. > > This is what I see in the axis2c log. The processing just stops after > > this line ==> "class_loader.c(135) Object loaded successfully > > " as you can see below. So I modified the make file that came with the > > samples so that it now builds my own webservice too along with the > > other sample web services. And that makes my web service work!!! > > I have no idea whats going on here. Any help is greatly appreciated! > What you can do is, when you run make, see the gcc commands run by make. > Then you can see the compile options passed by make to gcc. If you copy > those and run gcc with those options, then that would work. > > 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] > >
