Re: [Openslp-devel] AIX compiling and not core'ing

2008-02-21 Thread John Calcote
Hans-Joachim Ehlers wrote: > FYI: > > $ which_fileset libm.a > /usr/ccs/lib/libm.a bos.adt.libm 5.3.0.0 > > thus the lilbm.a comes from the bos.adt.libm fileset. > > Handy in case the file is installed and you would like to know the package: > > $ lslpp -Lc | grep libm # List

Re: [Openslp-devel] AIX compiling and not core'ing

2008-02-21 Thread Hans-Joachim Ehlers
FYI: $ which_fileset libm.a /usr/ccs/lib/libm.a bos.adt.libm 5.3.0.0 thus the lilbm.a comes from the bos.adt.libm fileset. Handy in case the file is installed and you would like to know the package: $ lslpp -Lc | grep libm # List all file in colum format $ lslpp -wc "*lib

Re: [Openslp-devel] AIX compiling and not core'ing

2008-02-21 Thread John Calcote
Jim, libm comes from the glibc-devel package on my SLES 10 linux box. I'm not sure where it comes from on AIX. I do have it installed on my AIX machine, but with it being AIX, I'm not sure where to look to find out how it got there. :) There's one more problem you might run into - I haven't dug i

Re: [Openslp-devel] AIX compiling and not core'ing

2008-02-20 Thread jim marshall
John Calcote wrote: > Jim, > > I've checked in a couple of sets of changes that allow AIX to compile > (reasonably) cleanly, and to not core-dump when executed - my test was > limited to slptool findscopes, which is an easy test because it > doesn't rely on network configuration to work correctly

Re: [Openslp-devel] AIX compiling and not core'ing

2008-02-20 Thread jim marshall
John Calcote wrote: > Jim, > > I've checked in a couple of sets of changes that allow AIX to compile > (reasonably) cleanly, and to not core-dump when executed - my test was > limited to slptool findscopes, which is an easy test because it > doesn't rely on network configuration to work correctly

[Openslp-devel] AIX compiling and not core'ing

2008-02-19 Thread John Calcote
Jim, I've checked in a couple of sets of changes that allow AIX to compile (reasonably) cleanly, and to not core-dump when executed - my test was limited to slptool findscopes, which is an easy test because it doesn't rely on network configuration to work correctly. Unfortunately, I haven't had ti