Wed Feb 10 05:27:21 2016: Request 111896 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR
Subject: PAR Question Solaris 10
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected], [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111896 >
On 2016-02-10 02:58:49, [email protected] wrote:
> Yes I already compiled modules for myself.
> Will be fine if you can give me some advice/instruction, especially at the
> compiler/link options.
Great! First the usual: unpack the PAR::Packer tarball, chdir into its
top level directory, run "perl Makefile.pl".
If you have previously built stuff there, remove myldr/boot_embedded_files.c.
Edit myldr/Makefile: locate the stanza for boot_embedded_files.c
boot_embedded_files.c: ./par
$(PERLRUN) ./file2c.pl -c 30000 "./par" ...stuff... > $@
and replace ...stuff... with
/opt/csw/lib/sparcv8/libperl.so /opt/csw/bdb48/lib/libdb-4.8.so
Run "make". If you want to try it out before "make install" use
"perl -Mblib blib/script/pp ..." instead of "pp ..." to pack.
Cheers, Roderich