X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsunos_4_1.sh;h=4f06d6e36059a222b3cbb13a677bfc786badc817;hb=16816334e212c70aca1836b4031924af481891ad;hp=650b551d81644442861e44f0f9af125c732078cd;hpb=1973dd96bef9ac903e8ae60907e63e38e591ff1a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh index 650b551..4f06d6e 100644 --- a/hints/sunos_4_1.sh +++ b/hints/sunos_4_1.sh @@ -82,3 +82,14 @@ fi # library. # # Thanks to William Setzer for this info. + +# Don't use the GNU ld, that doesn't work, you'll get a lot of +# relocation truncated to fit: BASE13 ... +# from many extensions, like B and Data::Dumper. +ld=/usr/bin/ld + +# As of Perl 5.8.1 it seems that dynaloading is broken in SunOS 4.x, sniff. +case "$usedl" in +'') usedl=undef ;; +esac +