On Fri, Jan 09, 2009 at 01:41:09PM -0000, daniel.poc...@barclayscapital.com 
wrote:
> One thing I notice about README.WIN is that it doesn't tell me which
> sections of the Cygwin setup to look in for each dependency, I really
> some of them are obvious, but it would save time listing them for those
> of us who don't like clicking around the Cygwin setup GUI:
> 
> apr1
> expat
> diffutils (Utils)
> python (Python)
> sharutils (Archive)
> sunrpc (Libs)
> bison (Devel)
> flex (Devel)
> libtool (Devel)

Committed revision 1943

> If there is a way to run the Cygwin setup.exe and request automatic
> installation of these packages from the command line, that would be
> useful to show in README.WIN

not that I am aware of, but using the "Full View" allows you to get an
alphabetically ordered list of packages which helps.

> configure gets stuck on libconfuse (libintl dependency issue)
> 
> $ cd confuse-2.6
> $ make clean && ./configure && make && make install
> .... builds successfully ....
> $ cd ../ganglia-trunk
> $ ./bootstrap
> $ ./configure --with-libconfuse=/usr/local --enable-static-build
> .... various messages ....
> Checking for confuse
> Added -I/usr/local/include to CFLAGS
> Added -L/usr/local/lib to LDFLAGS
> checking for cfg_parse in -lconfuse... no
> Trying harder including gettext
> checking for cfg_parse in -lconfuse... no
> Trying harder including iconv
> checking for cfg_parse in -lconfuse... no
> libconfuse not found

all this extra checks were added to workaround problems in libconfuse
when using an external to libc gettext implementation, but they are
obviously not able to workaround cygwin if NLS is enabled.

since this is a problem on libconfuse, better disable NLS support on
it as it is not needed anyway.

> libiconv, gettext and gettext-devel are definitely installed in Cygwin

that is the problem.

updated the documentation to explicitally disable NLS support even if
those packages (which are not in the list of what is needed for this
reason) where installed and found at configure time.

Carlo

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to