[BACK]Return to locatesymbol CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

File: [local] / OpenXM_contrib / pari-2.2 / config / Attic / locatesymbol (download)

Revision 1.1, Tue Oct 2 11:16:55 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN

Initial revision

try=`(nm $lib | grep $sym)2>/dev/null`
if test -z "$try"; then
  # stripped dynamic library ???
  case "$lib" in
  *.so*) try=`(strings $lib | grep $sym)2>/dev/null`;;
  esac
fi