Hi Folks, I am using Ganglia 3.x, and I first want to say how neat of a tool it is! Great job guys! I have a newbie question:
I am using gexec, version 0.3.6, and trying to compile it from source and include the ganglia functionality. I ran the configure script: # ./configure --enable-ganglia That part worked okay, but when I type make, I get the follow errors: <snip> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -Wall -D_REENTRANT -g -D_GNU_SOURCE -DDEBUG -c gexec.c gexec.c:39:33: ganglia/gexec_funcs.h: No such file or directory gexec.c: In function `ips_create_ganglia': </snip> I'm guessing that this is because in the 2.x series of ganglia, libganglia was installed into /usr/include/ganglia, whereas, now, I see that you guys have refactored, and made ganglia have a single header file, ganglia.h, installed into /usr/include. Is this the cause of this problem? I'm not a Makefile star (I mostly do Java and OO development), so any help anyone could provide me on hacking away to get gexec to build with the ganglia support would be great. Thanks for any help you guys can provide! Cheers, Chris ______________________________________________ Chris A. Mattmann [EMAIL PROTECTED] Staff Member Modeling and Data Management Systems Section (387) Data Management Systems and Technologies Group _________________________________________________ Jet Propulsion Laboratory Pasadena, CA Office: 171-266B Mailstop: 171-246 Phone: 818-354-8810 _______________________________________________________ Disclaimer: The opinions presented within are my own and do not reflect those of either NASA, JPL, or the California Institute of Technology.

