Hi,
i'm using rubyscript2exe a lot on Windows,
works fine.
Now i want to know whether there is a similar
tool available for Unix also, creating executables
for my rubyscripts ?
Regards, Gilbert
Hi,
i'm using rubyscript2exe a lot on Windows,
works fine.
Now i want to know whether there is a similar
tool available for Unix also, creating executables
for my rubyscripts ?
Regards, Gilbert
Gilbert,
Now i want to know whether there is a similar
tool available for Unix also, creating executables
for my rubyscripts ?
On linux you can use the same Ruby app.
$ruby rubyscript2exe.rb [Rubyapp.rb]
look at: http://www.erikveen.dds.nl/rubyscript2exe/index.html
Jeroen
--
Posted via http://www.ruby-forum.com/\.
i'm using rubyscript2exe a lot on Windows, works fine.
Now i want to know whether there is a similar tool available
for Unix also, creating executables for my rubyscripts ?
Which flavor of Unix? ("The Unix" doesn't exist...)
The bottom line is simple: If FreePascal is available on a
platform, RubyScript2Exe will eventually work.
gegroet,
Erik V. - http://www.erikveen.dds.nl/
The flavor is AIX, a commercial Unix derivat by IBM
I tried after creating the exe as usual under Windows
and transfer to AIX, chmod 755, gave me =
Execution permission denied
Maybe it's just a permission problem, gotta talk
to the admins
Regards, Gilbert
-----Original Message-----
From: Erik Veenstra [mailto:erikveen@gmail.com]
Sent: Tuesday, February 13, 2007 11:39 AM
To: ruby-talk ML
Subject: Re: rubyscript2exe for Unix ?!
i'm using rubyscript2exe a lot on Windows, works fine.
Now i want to know whether there is a similar tool available
for Unix also, creating executables for my rubyscripts ?
Which flavor of Unix? ("The Unix" doesn't exist...)
The bottom line is simple: If FreePascal is available on a
platform, RubyScript2Exe will eventually work.
gegroet,
Erik V. - http://www.erikveen.dds.nl/
No, no, no!
Win32 exes won't work.
Use the utility ruby2exe under AIX and it will create an AIX executable, I
think (from what others said here, not tested by me).
On 2/13/07, Rebhan, Gilbert <Gilbert.Rebhan@huk-coburg.de> wrote:
The flavor is AIX, a commercial Unix derivat by IBM
I tried after creating the exe as usual under Windows
and transfer to AIX, chmod 755, gave me =
Execution permission deniedMaybe it's just a permission problem, gotta talk
to the adminsRegards, Gilbert
-----Original Message-----
From: Erik Veenstra [mailto:erikveen@gmail.com]
Sent: Tuesday, February 13, 2007 11:39 AM
To: ruby-talk ML
Subject: Re: rubyscript2exe for Unix ?!> i'm using rubyscript2exe a lot on Windows, works fine.
>
> Now i want to know whether there is a similar tool available
> for Unix also, creating executables for my rubyscripts ?Which flavor of Unix? ("The Unix" doesn't exist...)
The bottom line is simple: If FreePascal is available on a
platform, RubyScript2Exe will eventually work.gegroet,
Erik V. - http://www.erikveen.dds.nl/
/*
No, no, no!
Win32 exes won't work.
Use the utility ruby2exe under AIX and it will create an AIX executable,
I
think (from what others said here, not tested by me).
*/
The problem is there is no ruby installed on AIX and i won't get it
installed either.
So maybe i could go via AllinOneRuby ?
Regards, Gilbert
-----Original Message-----
From: SonOfLilit [mailto:sonoflilit@gmail.com]
Sent: Tuesday, February 13, 2007 12:09 PM
To: ruby-talk ML
Subject: Re: rubyscript2exe for Unix ?!
I don't think you can do anything but install ruby or get another aix user
to generate it for you.
cross compilation wouldn't be the way i'd go.
On 2/13/07, Rebhan, Gilbert <Gilbert.Rebhan@huk-coburg.de> wrote:
-----Original Message-----
From: SonOfLilit [mailto:sonoflilit@gmail.com]
Sent: Tuesday, February 13, 2007 12:09 PM
To: ruby-talk ML
Subject: Re: rubyscript2exe for Unix ?!/*
No, no, no!Win32 exes won't work.
Use the utility ruby2exe under AIX and it will create an AIX executable,
I
think (from what others said here, not tested by me).
*/The problem is there is no ruby installed on AIX and i won't get it
installed either.
So maybe i could go via AllinOneRuby ?Regards, Gilbert
Perhaps try ruby2c
On Feb 13, 12:18 pm, "Rebhan, Gilbert" <Gilbert.Reb...@huk-coburg.de> wrote:
-----Original Message-----
From: SonOfLilit [mailto:sonofli...@gmail.com]
Sent: Tuesday, February 13, 2007 12:09 PM
To: ruby-talk ML
Subject: Re: rubyscript2exe for Unix ?!/*
No, no, no!Win32 exes won't work.
Use the utility ruby2exe under AIX and it will create an AIX executable,
I
think (from what others said here, not tested by me).
*/The problem is there is no ruby installed on AIX and i won't get it
installed either.
So maybe i could go via AllinOneRuby ?Regards, Gilbert