in reply to Creating executable for Linux using pp command

It's not possible to create a single stand alone exe for multiple platforms. This is covered in the FAQ. You may have luck creating a PAR package if your script is pure perl, though I've no experience of doing this.

Martin

  • Comment on Re: Creating executable for Linux using pp command

Replies are listed 'Best First'.
Re^2: Creating executable for Linux using pp command
by pankaj_it09 (Scribe) on Nov 23, 2009 at 10:39 UTC
    I just want the executable for all the Linux machines.

      Then the obvious thing to do would be to package your application on Linux using pp.

      This is impossible. With luck, you can get an executable that works for some Linux machines. But you won't get a single executable that runs on all Linux machines. See also Re^3: perl pp packging problem. Distribute the perl source.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)