The installer (Setup.exe) was made with SMS Installer, I can help you compile it to new package, I just need (if you already compile it) the new gmetric.exe and the gmond.exe including the cygwin1.dll (version 3.0.4)
--Ido -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 08, 2007 2:29 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [email protected]; [EMAIL PROTECTED] Subject: Re: [Ganglia-developers] [Ganglia-general] Windows port issues As per a mail I just shot off, I did more recent versions, but I did not package them. If anyone can let me know the software used to create the installer, or some method of exlpoding the 3.0.0 to change the binaries, then no worries, I will do it on an ongoing basis. Richard Grevis Production Architecture Barclays Capital, Canary Wharf, London, E14 4BB *DDI : +44 (0) 20 7773 4915 * richard.grevis > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Knoblauch > Sent: 04 January 2007 13:43 > To: Vladimir > Cc: [email protected]; > [EMAIL PROTECTED] > Subject: Re: [Ganglia-developers] [Ganglia-general] Windows > port issues > > > > --- Vladimir <[EMAIL PROTECTED]> wrote: > > > Martin Knoblauch wrote: > > > could you be more specific on the error message? Is it compile > > time, > > > or link time? There is no such thing as "xdr_create". Maybe > > > "xdrmem_create". > > Sorry I should have been more precise. It is a linking > error. Here is > > > > the log > > > > gmond.o: In function `Ganglia_collection_group_send': > > /ganglia-3.0.4/gmond/gmond.c:1633: undefined reference to > > `_xdrmem_create' > > gmond.o: In function `main': > > /ganglia-3.0.4/gmond/gmond.c:897: undefined reference to > > `_xdrmem_create' > > /ganglia-3.0.4/gmond/gmond.c:828: undefined reference to > > `_xdr_free' > > /ganglia-3.0.4/gmond/gmond.c:912: undefined reference to > > `_xdr_free' > > ../lib/.libs/libganglia.a(libgmond.o): In function > > `Ganglia_gmetric_send': > > /ganglia-3.0.4/lib/libgmond.c:695: undefined reference to > > `_xdrmem_create' > > ../lib/.libs/libganglia.a(libgmond.o): In function > > `Ganglia_gmetric_send_spoof': > > /ganglia-3.0.4/lib/libgmond.c:748: undefined reference to > > `_xdrmem_create' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_value_types': > > /ganglia-3.0.4/lib/protocol_xdr.c:13: undefined reference to > > `_xdr_enum' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_gmetric_message': > > /ganglia-3.0.4/lib/protocol_xdr.c:23: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:25: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:27: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:29: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:31: undefined reference to > > `_xdr_u_int' > > /ganglia-3.0.4/lib/protocol_xdr.c:33: undefined reference to > > `_xdr_u_int' > > /ganglia-3.0.4/lib/protocol_xdr.c:35: undefined reference to > > `_xdr_u_int' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_spoof_header': > > /ganglia-3.0.4/lib/protocol_xdr.c:45: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:47: undefined reference to > > `_xdr_string' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_message_formats': > > /ganglia-3.0.4/lib/protocol_xdr.c:69: undefined reference to > > `_xdr_enum' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_message': > > /ganglia-3.0.4/lib/protocol_xdr.c:116: undefined reference to > > `_xdr_u_int' > > /ganglia-3.0.4/lib/protocol_xdr.c:124: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:151: undefined reference to > > `_xdr_float' > > /ganglia-3.0.4/lib/protocol_xdr.c:156: undefined reference to > > `_xdr_double' > > /ganglia-3.0.4/lib/protocol_xdr.c:95: undefined reference to > > `_xdr_u_short' > > ../lib/.libs/libganglia.a(protocol_xdr.o): In function > > `xdr_Ganglia_25metric': > > /ganglia-3.0.4/lib/protocol_xdr.c:170: undefined reference to > > `_xdr_int' > > /ganglia-3.0.4/lib/protocol_xdr.c:172: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:174: undefined reference to > > `_xdr_int' > > /ganglia-3.0.4/lib/protocol_xdr.c:178: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:180: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:182: undefined reference to > > `_xdr_string' > > /ganglia-3.0.4/lib/protocol_xdr.c:184: undefined reference to > > `_xdr_int' > > collect2: ld returned 1 exit status > > make[3]: *** [gmond.exe] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all] Error 2 > > > > OK, seems "ld" is unable to find all of the "xdr" functions. > Maybe someone removed a library from the library list. > Although under Linux those functions are in libc. > > > > > > Hmm. What package are you refering to? There is no "official" > > windows > > > (cygwin) binary distribution. > > > > > Perhaps it is unofficial but it is on SourceForge e.g. > > > > > http://downloads.sourceforge.net/ganglia/ganglia-3.0.0-setup.e xe?modtime=1107790662&big_mirror=0 > Ah. I forgot about this one. And I do not recall who donated the work. I am adding the developers list. Apparently, the installer was never updated after the initial release. Cheers Martin ------------------------------------------------------ Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers ------------------------------------------------------------------------ For more information about Barclays Capital, please visit our web site at http://www.barcap.com. Internet communications are not secure and therefore the Barclays Group does not accept legal responsibility for the contents of this message. Although the Barclays Group operates anti-virus programmes, it does not accept responsibility for any damage whatsoever that is caused by viruses being passed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Barclays Group. Replies to this email may be monitored by the Barclays Group for operational or business reasons. ------------------------------------------------------------------------ ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
