Hi,
I have statically linked version of perl 5.6.1 on solaris 2.7 built
with gcc version 2.95.3 . I am trying to build par PAR-0.76_98for this
version of perl. I have all the pre-requsite modules. While linking par I
got the error
pp_sys.o(.text+0x50a8): undefined reference to `__floatdidf ....
I got around it by using gcc to link par instead of ld. (I modified
myldr/Makefile by hand). In the next step when par is run to generate parl,
I get the following error
./par -I"inc" -I"/tools/sunos/perl561_s/lib/5.6.1/sun4-solaris"
-I"/tools/sunos/perl561_s/lib/5.6.1"
-I"/tools/sunos/perl561_s/lib/site_perl/5.6.1/sun4-solaris"
-I"/tools/sunos/perl561_s/lib/site_perl/5.6.1"
-I"/tools/sunos/perl561_s/lib/site_perl" -I"pkgtools" -I"usr/axio/bin"
-I"usr/axio/etc" -I"." -I../myldr/.. -I../blib/lib -B -O../script/parl
Can't load module Compress::Zlib, dynamic loading not available in this
perl.
(You may need to build a new perl executable which either supports
dynamic loading or has the Compress::Zlib module statically linked into
it.)
at /tools/sunos/perl561_s/lib/site_perl/5.6.1/Archive/Zip.pm line 24
Compilation failed in require at
/tools/sunos/perl561_s/lib/site_perl/5.6.1/Archive/Zip.pm line 24.
BEGIN failed--compilation aborted at
/tools/sunos/perl561_s/lib/site_perl/5.6.1/Archive/Zip.pm line 24.
Compilation failed in require at -e line 390.
make[1]: *** [../script/parl] Error 255
make[1]: Leaving directory `/home/users/tools/par/PAR-0.76_98/myldr'
make: *** [subdirs] Error 2
But I do have Compress::Zlib statically linked in the perl.
[EMAIL PROTECTED] perl -e 'use Compress::Zlib'
[EMAIL PROTECTED] perl -e 'use Archive::Zip'
Any inputs are highy appreciated.
Thanks
-Basavaraj