I notice that the cygwin code obliterates any previous values appended
to LDFLAGS, is this intentional?

*cygwin*)       LDFLAGS="-L/bin"
                EXPORT_SYMBOLS="-export-all-symbols"
                AC_DEFINE(CYGWIN, 1, CYGWIN)


Should it be changed?

*cygwin*)       LDFLAGS="${LDFLAGS} -L/bin"


Regards,

Daniel



------------------------------------------------------------------------------
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to