On Fri, Aug 22, 2008 at 9:30 PM, Mark Tilford <[EMAIL PROTECTED]> wrote:
> I've written a Perl program on my Linux system. I'd like it to be
> usable by Windows users.
>
> For that purpose, I tried installing PAR, but PAR::Packer won't
> install. I tried installing DJGPP, then MinGW.
>
> Currentl
Gabor Szabo schrieb:
./padre_0.05_linux_t1
./padre_0.05_linux_t1: /lib/tls/libc.so.6: version `GLIBC_2.4' not
found (required by ./padre_0.05_linux_t1)
Does that mean it I'll also have to include glibc files?
You can distribute a stripped down VMware image to this colleague with
glibc_2.2, m
On Mon, Aug 25, 2008 at 9:02 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> The executable created by this code runs on some Linux systems
> but someone reported this:
>
>> ./padre_0.05_linux_t1
> ./padre_0.05_linux_t1: /lib/tls/libc.so.6: version `GLIBC_2.4' not
> found (required by ./padre_0.05_lin
I am trying to package Padre for Linux machines.
So far I got to this code:
my @modules = qw(
libwx_gtk2_adv-2.8.so.0
libwx_gtk2_core-2.8.so.0
libwx_base-2.8.so.0
libwx_gtk2_stc-2.8.so.0
libwx_gtk2_html-2.8.so.0
);
my