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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.