On Fri, Dec 28, 2007 at 12:54:15PM -0700, Brad Nicholes wrote: > Also the make files should be detecting --enable-static-build and removing > the load path from the default .conf file.
--enable-static-build isn't working because makefile.am isn't configuring for it all the include paths that requires to build using the included libraries (even when building on Linux) as shown by : gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -D_LARGEFILE64_SOURCE -I../../../gmond -I../../../libmetrics -I../../../lib -g -O2 -Wall -D_REENTRANT -MT mod_cpu.lo -MD -MP -MF .deps/mod_cpu.Tpo -c mod_cpu.c -fPIC -DPIC -o .libs/mod_cpu.o In file included from mod_cpu.c:1: ../../../gmond/metric.h:9:17: error: apr.h: No such file or directory ../../../gmond/metric.h:10:23: error: apr_pools.h: No such file or directory ../../../gmond/metric.h:11:24: error: apr_tables.h: No such file or directory In file included from mod_cpu.c:1: Carlo ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
