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