develooper Front page | perl.par | Postings from November 2006

Re: 32/64 bit linux and PAR

Thread Previous | Thread Next
From:
Philippe Schaffnit
Date:
November 20, 2006 08:51
Subject:
Re: 32/64 bit linux and PAR
Message ID:
45615824.B92987D0@access.rwth-aachen.de

Hi!

Sorry for not commenting sooner...

I'm doing quite often something along these lines, but it might not be
exactly what you had in mind... I believe that the only way is to build
a 32-bit perl (I do it by specifying '-Dcc="gcc -m32"' in my configure
command). Then everything is 32-bit, including the binaries created by
PAR... (The catch is that sometimes the hints get in the way, and it
might be tricky to find the right libraries, but this is not an issue
for me with SuSe...).

Good luck!

Philippe


Karthika Arunkumar wrote:
> 
> Hi group,
> I made an executable from perl program and it is fine in 64 bit linux..
> When I create a binary in 64 bit machine with pp, one part of the program is
> alone not functioning properly.
> 
> Is there anything to do specially when creating binaries in 32 bit linux?
> 
> thanks
> karthika.


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About