Re: [Arsperl-users] Compiling ARSPerl-1.91 on RHEL 64bit

2008-05-16 Thread Thilo Stapff
I suspect that this would work only if the Perl interpreter was also compiled as a 32-bit program. Thilo Axton wrote: > You can run both 32-bit and 64-bit programs on 64-bit linux. Compile > arsperl 32-bit by setting the CPPFLAGS to include -m32: > > $ export CPPFLAGS="${CPPFLAGS} -m32" > >

Re: [Arsperl-users] Compiling ARSPerl-1.91 on RHEL 64bit

2008-05-16 Thread Axton
You can run both 32-bit and 64-bit programs on 64-bit linux. Compile arsperl 32-bit by setting the CPPFLAGS to include -m32: $ export CPPFLAGS="${CPPFLAGS} -m32" Axton Grams On Thu, May 15, 2008 at 7:33 PM, Rusty Copeland <[EMAIL PROTECTED]> wrote: > Chris, > > In the Makefile you could remove