diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | ce60aaadd471e710de2bea996d79165fad05bcf7 (patch) | |
tree | 6a5e9fbe163c777c67cbb37d42a7fe7a306548b5 /hints | |
parent | a55e790a925a115b3805170b8df932e9cf7f0fba (diff) | |
download | perl-ce60aaadd471e710de2bea996d79165fad05bcf7.tar.gz |
Irix 6.2 build problem - so_locations
(this is the same change as commit 62e637042b7d9758a9b3364fbddc1d6eecaf53c8, but as applied)
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 060d972748..795b6ab640 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -63,6 +63,10 @@ case "$cc" in ld=ld ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32' cccdlflags=' ' + # From: David Billinghurst <David.Billinghurst@riotinto.com.au> + # If you get complaints about so_locations then change the following + # line to something like: + # lddlflags="-n32 -shared -check_registry /usr/lib32/so_locations" lddlflags="-n32 -shared" libc='/usr/lib32/libc.so' plibpth='/usr/lib32 /lib32 /usr/ccs/lib' |