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"
>
>
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
2 matches
Mail list logo