Re: First time using tkined : Question

Mark J Elkins (mje@mje99.posix.co.za)
Wed, 12 Mar 1997 07:26:51 +0200

On Mar 11, 3:01pm, James Song wrote:
}
} I have been working on scotty-2.0.2 and tkined-1.3.4 and just started to work
} on scotty-2.1.5. Since I am not farmiliar with this package thing, I am having
} hard time to figure out how to make scotty work for me.
}
} I really don't like the idea to fix the installation directory at the compile
} time. For scotty-2.0.2 and tkined-1.3.4, I can use environment variables to
} avoid it. But I don't know what to do with scotty-2.1.5. I tried TKINED_PATH
} and TNM_LIBRARY to no avail.
}
}-- End of excerpt from James Song

As a standard thing - I change the top of the tkined script to look like...

#!/bin/sh
#\
export TCLLIBPATH="/usr/local/lib/tnm2.1.5 /usr/local/lib/tkined1.4.5"
# the next line restarts using wish \
exec wish4.1 "$0" "$@"

# Load all the packages that make up Tkined. Note, the order is
# important here because the Tkined package initializes the search
.... etc

I then create a symbolic link from the current name to tkined.

-- 
  .  .     ___. .__      Olivetti Systems & Networks, Unix Support - Sth Africa
 /| /|       / /__       mje@posix.co.za  -  Mark J Elkins, SCO ACE, Cisco CCIE
/ |/ |ARK \_/ /__ LKINS  Tel: +27 11 456 3125  Cell: +27 82 601 0496
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.