From: Tim Bunce 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=ce60aaadd471e710de2bea996d79165fad05bcf7;p=p5sagit%2Fp5-mst-13.2.git Irix 6.2 build problem - so_locations (this is the same change as commit 62e637042b7d9758a9b3364fbddc1d6eecaf53c8, but as applied) --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 060d972..795b6ab 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -63,6 +63,10 @@ case "$cc" in ld=ld ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32' cccdlflags=' ' + # From: David Billinghurst + # 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'