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

my script is a pure perl script using LibXml module. other colleagues used pp to run exe script created under Cygwin on the same solaris server.
  • Comment on Re^6: unable to install warnings.pm under Cygwin

Replies are listed 'Best First'.
Re^7: unable to install warnings.pm under Cygwin
by Anonymous Monk on Oct 18, 2015 at 08:13 UTC
    a pp-ed script built on cygwin to run on solaris? good luck with that (it wont work)
      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!