On Mon, Feb 14, 2011 at 10:24 PM, Roderich Schupp <[email protected]> wrote: > Sorry, there's nothing I can do on the PAR::Packer side. If you know > the right incantation > to stop gcc hardwiring library references, patch the above line in > myldr/Makefile and let me know.
Another idea: if you also have the static library .../libperl.a corresponding to your shared /usr/lib/perl5/5.8/i586-pc-sco3.2v5.0/CORE/libperl.so then you could tweak the statement to link with the static library. Replacing "-L/usr/lib/perl5/5.8/i586-pc-sco3.2v5.0/CORE -lperl" with "/usr/lib/perl5/5.8/i586-pc-sco3.2v5.0/CORE/libperl.a" should probably do the trick. Cheers, Roderich
