diff options
author | David Billinghurst <David.Billinghurst@riotinto.com.au> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | 62e637042b7d9758a9b3364fbddc1d6eecaf53c8 (patch) | |
tree | 8d95e7b543bb5ce9e42c9d6c04678929c587aa7f | |
parent | a55e790a925a115b3805170b8df932e9cf7f0fba (diff) | |
download | perl-62e637042b7d9758a9b3364fbddc1d6eecaf53c8.tar.gz |
Irix 6.2 build problem - so_locations
Subject: Perl 5.004_03 - Irix 6.2 build problem - probably fixed
I have just built and install perl 5.004_03 on and SGI Power Challenge
under Irix 6.2 with the SGI Mongoose 7.1 compiler.
Problem
Did the standard "sh Configure -des; make". Had a problem building
shared libraries, with compaints about file ./so_locations.
Solution:
[ patch ]
Caveat:
You should get an SGI guru to check this.
p5p-msgid: D54B1932FFB4CF11B5C80000F8018BD2907E31@CRCMAIL
-rw-r--r-- | hints/irix_6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 060d972748..0b8fbf9e48 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -63,7 +63,7 @@ case "$cc" in ld=ld ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32' cccdlflags=' ' - lddlflags="-n32 -shared" + lddlflags="-n32 -shared -check_registry /usr/lib32/so_locations" libc='/usr/lib32/libc.so' plibpth='/usr/lib32 /lib32 /usr/ccs/lib' nm_opt='-p' |