smalltalk
changeset 344 102ba332a144
parent 343 63b7057d138e
child 383 3dfae183631c
equal deleted inserted replaced
343:63b7057d138e 344:102ba332a144
   144 esac
   144 esac
   145 
   145 
   146 #
   146 #
   147 # debugging which stx & shared libs are used ...
   147 # debugging which stx & shared libs are used ...
   148 #
   148 #
   149 whichOne="$STX"
   149 whichOne=`/bin/sh -c "type $STX"`
   150 if [ "$STX" = "stx" ]
   150 if [ "$STX" = "stx" ]
   151 then
   151 then
   152   if [ -f stx ]
   152   if [ -f stx ]
   153   then
   153   then
   154     whichOne=`/bin/sh -c "type stx"`
   154     whichOne=`/bin/sh -c "type stx"`
   164   fi
   164   fi
   165 fi
   165 fi
   166 
   166 
   167 if [ "$DEBUGLIB" = "yes" ]
   167 if [ "$DEBUGLIB" = "yes" ]
   168 then
   168 then
   169   echo "used stx is " $whichOne
   169   echo "used " $whichOne
   170   echo "used LD_LIBRARY_PATH is " $LD_LIBRARY_PATH
   170   echo "used LD_LIBRARY_PATH is " $LD_LIBRARY_PATH
   171   echo "used SHLIB_PATH is " $SHLIB_PATH
   171   echo "used SHLIB_PATH is " $SHLIB_PATH
   172   echo "used STX_LIBDIR is " $STX_LIBDIR
   172   echo "used STX_LIBDIR is " $STX_LIBDIR
   173   case `uname` in
   173   case `uname` in
   174     HP-UX*)
   174     HP-UX*)