Re: Packages and Expect
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Sun, 29 Apr 2007 21:44:06 -0500
Tom Conner wrote:
I installed ActiveTcl8.4.14.0 and, as usual, it has everything and the
install was painless. However, I have one question regarding packages and
other libs. Everything, except for Expect, I just "package require <package
name>". Expect I use
load <path to expect .so>/libexpect.so
Is there any way to "package require expect" so that I don't have to worry
about the path to the .so file?
Sure, just use the correct package name:
(
glester) 50 % package require Expect
5.43
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: Packages and Expect
- From: Tom Conner
- Re: Packages and Expect
- References:
- Packages and Expect
- From: Tom Conner
- Packages and Expect
- Prev by Date: Packages and Expect
- Next by Date: Re: Packages and Expect
- Previous by thread: Packages and Expect
- Next by thread: Re: Packages and Expect
- Index(es):
Relevant Pages
|