Irix 6.2 build problem - so_locations
Tim Bunce [Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)]
(this is the same change as commit 62e637042b7d9758a9b3364fbddc1d6eecaf53c8, but as applied)

hints/irix_6.sh

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