diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-24 10:46:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-24 10:46:42 +0000 |
commit | b76f91fcea858b4c9ff8318bb0e9892afb37cbc8 (patch) | |
tree | fe5c87fb3a7466deab9a52094761890c04b1642b /hints/sunos_4_1.sh | |
parent | 641ea34509d056562619331a992674963cdc137c (diff) | |
download | perl-b76f91fcea858b4c9ff8318bb0e9892afb37cbc8.tar.gz |
Various tweaks for getting Perl to compile on SunOS 4.x.
Doesn't work well yet, something broken in DynaLoader/XSLoader?
p4raw-id: //depot/perl@20867
Diffstat (limited to 'hints/sunos_4_1.sh')
-rw-r--r-- | hints/sunos_4_1.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh index 650b551d81..4c9ff14568 100644 --- a/hints/sunos_4_1.sh +++ b/hints/sunos_4_1.sh @@ -82,3 +82,9 @@ fi # library. # # Thanks to William Setzer <William_Setzer@ncsu.edu> 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 + |