I am compiling Perl on one aix box to port to another aix box to run there. The code compiles and functions properly. When I port it to the other machine I get a runtime error that Symbol PL_memory_wrap cannot be exported from libperl.a(libperl.o). These Perl library files are different sizes on the different machines. How can I compile the code so it will run on the target machine?