From 62e637042b7d9758a9b3364fbddc1d6eecaf53c8 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Fri, 5 Sep 1997 00:00:00 +0000 Subject: 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 --- hints/irix_6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1