Here are some thoughts on compiling Ganglia 3.0.4 on Windows using Cygwin. 1) Install Cygwin with the following packages autoconf, automake, bison, gcc, sharutils, sunrpc, vim, make,
flex, libtool. 2) Build the APR project present in the srclib directory. 3) Build the confuse project present in the srclib directory. 4)Finally build Ganglia 3.0.4 with ./configure --with-libconfuse=/usr/local -- with-libapr=/usr/local/apr. After make is successful gmond.exe is created in the gmond directory. Note: To Build execute ./configure, make and "make install" commands from the Cygwin console. Some more thoughts on how to build Ganglia on Windows http://www.mail-archive.com/[email protected]/msg02720.html rgds, Rajat ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
