From: David Billinghurst Date: Fri, 5 Sep 1997 00:00:00 +0000 (+0000) Subject: Irix 6.2 build problem - so_locations X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62e637042b7d9758a9b3364fbddc1d6eecaf53c8;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 060d972..0b8fbf9 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'