Howdy Martin, Yes, this in only the gmond hpux.c module. You are right about the other code needing fixes for non-gcc compilers, (e.g. both the IRIX and HPUX compilers don't like #pragma pack() and instead want #pragma pack(0)... they also both don't like the use of __attribute__ and, perhaps, "inline"), but I haven't included those changes here.
I'm not sure I understand your question on "new defines". Other than adding CFLAGS=-D_PSTAT64 when running configure on 64bit HPSUX11, I just went with the default defines (I think). jack [EMAIL PROTECTED] At 12:19 AM 11/7/02 -0800, you wrote: >Jack, > > just a few questions on your patch: > >a) it just replace the hpux.c from my patch? Because you still need my >change to net.h to make the stuff compile with non-gcc compilers. >b) which set of the new defines do you use? > >Thanks >Martin > >--- Silicon Slick <[EMAIL PROTECTED]> wrote: >> >> Howdy Martin (and others), >> >> I merged what you had for a HP-UX gmond module with >> what I had, cleaned it up, trimmed the deadwood and >> tried to throroughly test. >> >> I uploaded my new version to the Ganglia Sourceforge "patch" >> site (where you put yours). >> >> >> >https://sourceforge.net/tracker/index.php?func=detail&aid=634211&group_id=43021&atid=434894 >> >> Please give it a whirl when you get a chance. It has >> just about everything, but there are a few areas >> (documented within) that could probably use review. >> >> jack (a.k.a. SiliconSlick) >> [EMAIL PROTECTED] >> [EMAIL PROTECTED] >> > > >===== >------------------------------------------------------ >Martin Knoblauch >email: [EMAIL PROTECTED] or [EMAIL PROTECTED] >www: http://www.knobisoft.de > > > > >__________________________________________________ >Do you Yahoo!? >U2 on LAUNCH - Exclusive greatest hits videos >http://launch.yahoo.com/u2
