Hey,
I am trying to create a stand alone (static) program in Perl (no shared libraries). I have tried perlcc -L /lib perl.pl but am not have any luck. This will create an executable but you still need the shared libraries. I have also typing in the path of each library (ie perlcc -L /lib/libperl.so -L /lib/libns1.so.1 perl.pl) This complied the perl program the same. Any Ideas. Thanks