Re: create a single self-contained standalone expect binary on solaris 8
lvirden_at_yahoo.com
Date: 11/03/03
- Next message: lvirden_at_yahoo.com: "Re: option database -- newbie question"
- Previous message: Michael Schlenker: "Re: Feasibility question: Simulating (basic) hardware ?"
- Maybe in reply to: Cameron Laird: "Re: create a single self-contained standalone expect binary on solaris 8"
- Next in thread: TingChong: "Re: create a single self-contained standalone expect binary on solaris 8"
- Reply: TingChong: "Re: create a single self-contained standalone expect binary on solaris 8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Nov 2003 15:52:58 GMT
According to TingChong <ma7777772@hotmail.com>:
:The pkgIndex.tcl in your
:test.vfs/lib/expect
:is modified, isn't it?
:Please post the contents of your modified default expect pkgIndex.tcl
:to this newsgroup because I still have problem creating this file.
The _default_ pkgIndex.tcl from expect says:
package ifneeded Expect 5.38.0 [list load [file join $dir .. libexpect5.38g.so]]
I change this one to say:
package ifneeded Expect 5.38.0 [list load [file join $dir libexpect5.38g.so]]
and, as I mentioned in my previous posting, placed my libexpect5.38g.so (in
my case) in the same directory as the pkgIndex.tcl because for some reason,
doing it the way that expect installs things didn't seem to work for me
within my tclkit.
-- <URL: http://wiki.tcl.tk/ > In God we trust. Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. <URL: mailto:lvirden@yahoo.com > <URL: http://www.purl.org/NET/lvirden/ >
- Next message: lvirden_at_yahoo.com: "Re: option database -- newbie question"
- Previous message: Michael Schlenker: "Re: Feasibility question: Simulating (basic) hardware ?"
- Maybe in reply to: Cameron Laird: "Re: create a single self-contained standalone expect binary on solaris 8"
- Next in thread: TingChong: "Re: create a single self-contained standalone expect binary on solaris 8"
- Reply: TingChong: "Re: create a single self-contained standalone expect binary on solaris 8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|