Irix 6.2 build problem - so_locations
authorDavid Billinghurst <David.Billinghurst@riotinto.com.au>
Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)
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

index 060d972..0b8fbf9 100644 (file)
@@ -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'