Tool Command Language (Tcl) is an interpreted language
and very portable interpreter for that language. Tcl
is embeddable and extensible, and has been widely used since its creation
in 1988 by John... More
Tool Command Language (Tcl) is an interpreted language
and very portable interpreter for that language. Tcl
is embeddable and extensible, and has been widely used since its creation
in 1988 by John Ousterhout (visit the foundry for projects using it). [edit]Less
AUDIENCE : developers system administrator : DEVELOPMENT STATUS : mature LICENSE : bsd license OPERATING SYSTEM : bsd Linux2 : posix : unix : windows 2000 : windows 2003 : windows 95 : windows 98 : windows nt : windows xp : mac os x : embedded os : Handheld OS : PROGRAMMING LANGUAGE : tcl C : USER INTERFACE : x windows win32 : mac os x : cocoa : Handheld :
Information obtained from users, and repositories like FLOSSmole,Wikipedia,Apache, Codehaus,Tigris and several others. Please inform us of any errors, objections or omissions. You can find our terms of service here.
I want to create a static binary of a TCL/Tk script using freewrap. I installed Zlib, ZIP2.3, sqlite as needed. But couldn't figure out how to modify the makefile of freewrap in order to build it. Please help.
Also, I tried installing mkTclApp . On running the xmktclapp.tcl in the wish shell, it gives me an error when i try to execute the "build" command after adding all the sources. The error is : "mktclapp" not found. What should I do to run the application successfully?