Re: valid community strings

2004-10-31 Thread Mayuresh Dhagamwar
THanks a lot dave.   I would also like to know whether community string can be unicode or is it only ASCII?   Thanks in advance, -Mayuresh. Dave Shield <[EMAIL PROTECTED]> wrote: > I would like to know if there is any restriction on the length of community> string and also the characters that comp

Re: MinGW Builds Failing

2004-10-31 Thread Alex Burger
Andy Smith wrote: Robert Story (Coders) wrote: On Fri, 29 Oct 2004 22:51:53 -0500 Andy wrote: AS> Robert Story (Coders) wrote: AS> > Uhhh, are you sure? the patch you sent (ifdef WIN32) would break all the AS> > other platforms! Didn't the patch I sent (!defined(WIN32) && AS> > !defined(mingw32))

Re: MinGW cross compiling?

2004-10-31 Thread Andy Smith
Robert Story (Coders) wrote: Andy, I downloaded/build the MinGW cross-compile stuff for linux today, and tried building. It didn't even make it out of snmplib. Did you use the cross-configure.sh and crossh-make.sh scripts? What arguments did you give configure? What is configure showing as the targ

Re: MinGW Builds Failing

2004-10-31 Thread Andy Smith
Robert Story (Coders) wrote: On Fri, 29 Oct 2004 22:51:53 -0500 Andy wrote: AS> Robert Story (Coders) wrote: AS> > Uhhh, are you sure? the patch you sent (ifdef WIN32) would break all the AS> > other platforms! Didn't the patch I sent (!defined(WIN32) && AS> > !defined(mingw32)) work for you? Look

MinGW cross compiling?

2004-10-31 Thread Coders
Andy, I downloaded/build the MinGW cross-compile stuff for linux today, and tried building. It didn't even make it out of snmplib. make[1]: *** No rule to make target `winservicerc.lo', needed by `libnetsnmp.la'. Stop. Any thoughts? -- Robert Story; NET-SNMP Junkie

Re: MinGW Builds Failing

2004-10-31 Thread Coders
On Fri, 29 Oct 2004 22:51:53 -0500 Andy wrote: AS> Robert Story (Coders) wrote: AS> > Uhhh, are you sure? the patch you sent (ifdef WIN32) would break all the AS> > other platforms! Didn't the patch I sent (!defined(WIN32) && AS> > !defined(mingw32)) work for you? Looking at configure a little har