Re: mtr under cygwin

2010-03-11 Thread Corinna Vinschen
On Mar 10 18:24, Brian Minton wrote: > I'm having the same issue. I just tried it with mtr 0.75 under cygwin > 1.7.1 and it is still not working. > > On Wed, Jan 21, 2009 at 5:55 PM, David Arnstein wrote: > > I am able to compile mtr 0.75 under Cygwin, see > > http://www.bitwizard.nl/mtr/. > > >

Re: mtr under cygwin

2010-03-10 Thread Brian Minton
I'm having the same issue. I just tried it with mtr 0.75 under cygwin 1.7.1 and it is still not working. On Wed, Jan 21, 2009 at 5:55 PM, David Arnstein wrote: > I am able to compile mtr 0.75 under Cygwin, see > http://www.bitwizard.nl/mtr/. > > But mtr is not working. Using ddd, I see that the

Re: mtr under cygwin

2009-01-22 Thread Corinna Vinschen
On Jan 21 17:55, David Arnstein wrote: > I am able to compile mtr 0.75 under Cygwin, see > http://www.bitwizard.nl/mtr/. > > But mtr is not working. Using ddd, I see that the call > getsockname (recvsock, name, &len); > > does not seem to be filling in name correctly, when recvsock=3. It >

mtr under cygwin

2009-01-21 Thread David Arnstein
I am able to compile mtr 0.75 under Cygwin, see http://www.bitwizard.nl/mtr/. But mtr is not working. Using ddd, I see that the call getsockname (recvsock, name, &len); does not seem to be filling in name correctly, when recvsock=3. It fills in name->sa_family = 0. Any suggestions? --