Hi Damitha, I want to know whether there are any advantage of using strip -g than using strip all.
Is that keeping source filenames with libraries give any help in debugging? Because when I tried to run axis2_http_server it still complain "http_server_main.c: No such file or directory", since I downloaded only binaries and not source. Thanks Dimuthu On Dec 23, 2007 7:14 AM, Damitha Kumarage <[EMAIL PROTECTED]> wrote: > Hi Dimuthu, > Dimuthu Gamage wrote: > > >The libraries are not stripped in the linux binaries. Here is the > >result I got for a file command > > > >libaxis2_http_common.so.0.2.0: ELF 32-bit LSB shared object, Intel > >80386, version 1 (SYSV), not stripped > > > >And after I stripped them, I found the size of libraries reduced to > >1.2M from 1.4M. So I think we have to strip them in the release > > > > > I have stripped all the files with the strip -g command, without doing > strip all. The reason is that > When stripping a file, perhaps with --strip-debug or > --strip-unneeded, retain any symbols specifying source file names, which > would otherwise get stripped. If I haven't stripped the libs at all the > file sizes would be much larger than these. > Damitha > > > >Thanks > >Dimuthu > > > > > >On Dec 19, 2007 10:17 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > > > > >>Manjula Peiris wrote: > >> > >> > >>>BTW, axis2.xml is not found in the linux binary distribution. > >>> > >>> > >>> > >>That is a critical bug in the package :( > >> > >>Samisa... > >> > >> > >>--------------------------------------------------------------------- > >>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]
