Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a newly created stand-alone interpreter ships with what?

0 views
Skip to first unread message

G.L. Grobe

unread,
May 20, 1999, 3:00:00 AM5/20/99
to
I've written a new main module where the Tk_AppInit procedure calls a *_Init of my own, and ended up with a wish of my own. I am trying to give this wish to someone and am not sure what is needed to send them in order to make it work (i.e.,  libs, links, etc...).

I used the 8.0 version of tcl/tk with a handful of other extensions and an extension of my own running on a linux box. I'd like for one to be able to just copy over the main and be able to run it.

TIA,

ga...@neuroquest.com
 
 

Scott Redman

unread,
May 20, 1999, 3:00:00 AM5/20/99
to
You need to copy the library directories for both Tcl and Tk
(all of the .tcl files). You could use one of the "wrappers" out
there, like FreeWrap or TclPro Wrapper (http://www.scriptics.com)
to wrap all of the files you need into a single binary.

-- Scott

0 new messages