in reply to Re^6: unable to install warnings.pm under Cygwin
in thread unable to install warnings.pm under Cygwin

a pp-ed script built on cygwin to run on solaris? good luck with that (it wont work)
  • Comment on Re^7: unable to install warnings.pm under Cygwin

Replies are listed 'Best First'.
Re^8: unable to install warnings.pm under Cygwin
by Mudik (Novice) on Oct 19, 2015 at 23:44 UTC
    it works now ! the problem was just to have the same perl library version. whatever the OS is. Cygwin and linux uses the same binary system coding. On solaris we had 5.8.4 and on cygwin 5.22.0 when alligning the two systems. the excecutable package worked without installing any needed library on Solaris ! its just genius the PAR Package!