Changeset 3220 for trunk/essentials/dev-lang/perl/Configure
- Timestamp:
- Apr 29, 2007, 3:34:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/Configure
r3190 r3220 7132 7132 elif $test -f /lib64/rld; then 7133 7133 nm_opt='-p' # 64-bit Irix 7134 elif $test "X$osname" = "os2"; then 7135 nm_opt='-pa' # OS/2 - must include the aliases 7134 7136 else 7135 7137 nm_opt='' … … 7297 7299 echo " " 7298 7300 $echo $n "This may take a while...$c" >&4 7301 $echo $n "(dbg: running $nm $nm_opt on $*)" >&4 7299 7302 7300 7303 for file in $*; do … … 7311 7314 xxx='[ADTSIW]' 7312 7315 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *//p'";\ 7316 eval $xscan;\ 7317 $contains '^fprintf$' libc.list >/dev/null 2>&1; then 7318 eval $xrun 7319 elif test "X$osname" = "Xos2" && com="$sed -n -e 's/^.* [ADTSIWe] *_//p' -e 's/^_std_//' -e 's/^.* [ADTSIWe] *//p'";\ 7313 7320 eval $xscan;\ 7314 7321 $contains '^fprintf$' libc.list >/dev/null 2>&1; then … … 7386 7393 echo "Ok." >&4 7387 7394 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then 7395 if test "$ar" = "ar"; then 7396 $echo $n "ar doesn't do the trick, sorry. giving up." >&4 7397 fi 7388 7398 # Repeat libc to extract forwarders to DLL entries too 7389 7399 for thisname in $libnames $libc; do
Note:
See TracChangeset
for help on using the changeset viewer.