
ajs at OpenMarket
Sep 19, 1995, 7:08 AM
Post #1 of 2
(95 views)
Permalink
|
I just got Tcl-b1, and compiled it against the version of TCL that I have. It seems to work, but fails to do anything with a command line like: ./perl -I blib -le 'use Tcl;($t=new Tcl)->Init();$t->GlobalEval("puts stdout {Hello world}")' This is perl5.001m on BSDI 2.0 and a statically linked version of Tcl. Another odd thing is the effect of calling a non-existant proc: ./perl -I blib -le 'use Tcl;($t=new Tcl)->Init();$t->GlobalEval("aaa")' Yields: can't read "tcl_interactive": no such variable at -e line 1. Huh? -AJS -- Aaron Sherman <ajs [at] ajs> B4 f w+ c kv s+(--)v r p I-Kinetics, Inc. Pager: (508)545-0584 1 NE Executive Park Fax: (617)270-4979 Burlington, MA 01803-5005 WWW: http://ajs.com/~ajs/ ajs [at] ajs or ajs [at] openmarket "I speak for no one."
|