Thank you, Christopher.
I see your attachment, and you mean you had built gmetad successfully on Cygwin?
And as you said 'The library is broken on Cygwin', can it run normally
with Cygwin library on Windows?

from your attachment, you mean I should use the following two lines in
configure.in, is it right?
...
AC_CHECK_LIB(confuse, cfg_parse, [LIBS="$LIBS -lconfuse -lintl"],,[-lintl])
...
AC_CHECK_LIB(confuse, cfg_parse, [LIBS="$LIBS -lconfuse -lintl
-liconv"],,[-lintl -liconv])
...

but on the above, the -lconfuse is still used, is it possbile?

and you said:
After the attached patch is applied, conftest.c will be compiled with
-lintl and -iconv in LIBS rather than LDFLAGS, placing them after the
source file on the command line.

 As libintl.la and libiconv.la is under /lib in Cygwin, how to specify
them into the command line? use: LIBS=/lib ?
./configure LIBS=/lib --with-gmetad ?

and what about libconfuse?

As a Cygwin newer, I'll be appreciated if you can help me.

Thanks a lot,
Jan

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to