http://www.perlmonks.org?node_id=884091


in reply to Re: Windows .exe produced by pp no longer runs?
in thread Windows .exe produced by pp no longer runs?

That works for .pm files, but not for .dll files, for that you need alternative means
  • Comment on Re^2: Windows .exe produced by pp no longer runs?

Replies are listed 'Best First'.
Re^3: Windows .exe produced by pp no longer runs?
by elef (Friar) on Jan 25, 2011 at 10:39 UTC
    Do we know that the issue is caused by a .dll? I'd think -x is always worth a try, and if it doesn't solve it, one can go on to try other things.
      Compiling something in Wine, to move to a Win32 machine, usually needs different .dlls
        Oh, I'd definitely compile (i.e. run pp) on a Windows box, not in wine, to be on the safe side.