in reply to Cygwin Perl install - make test failed

If those are all the tests that failed, that's pretty damn good. IPC and particularly syslogs aren't going to work quite right on win32... no biggie. I'm a little surprised that stuff isn't handled a little more cross-platformy; but, I mean, you are working through two layers here... there's the win32 platform itself, which differs from how perl's IPC originally expected IPC to work (c'mon, it's unix centric) and then there's cygwin, which pretends to your programs it's unix, but isn't really.

Anyway, if those are all the tests that actually failed, I'd just install.

UPDATE: wow! a sysv-ipc system service?!? cool. (see below)

-Paul

  • Comment on Re: Cygwin Perl install - make test failed

Replies are listed 'Best First'.
Re^2: Cygwin Perl install - make test failed
by spstansbury (Monk) on May 28, 2009 at 21:32 UTC

    Thank you.

    That was my gut feeling, but my experience level warrants a sanity check to make sure that I'm not ignoring something important.

    Thanks again...

Re^2: Cygwin Perl install - make test failed
by Anonymous Monk on May 28, 2009 at 21:23 UTC