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
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'