Re: creating stand-alone extended tclsh
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Sun, 29 Apr 2007 01:30:36 -0500
Will Parsons wrote:
I would like to create a tclsh with application-specific extensions. The
information on creating Tcl extensions that I have been able to obtain by googling seems to be oriented toward creating loadable libraries, which is
not what I want - I need to create a stand-alone tclsh that incorporates
an interface to a static C application library. Any advice on how to go
about this starting from just the Tcl source distribution? (I've looked
at the sampleextension, but it only seems to create an extension library,
not an independent shell.)
There is very little reason to do what you want since loadable extensions became possible, but is is easily doable.
So I'd like to ask why you want to do this?
I'd suggest looking at how TclKits are created and also reading teh appropriate sections of Dr. Ousterhout's book.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: creating stand-alone extended tclsh
- From: Will Parsons
- Re: creating stand-alone extended tclsh
- References:
- creating stand-alone extended tclsh
- From: Will Parsons
- creating stand-alone extended tclsh
- Prev by Date: Re: Does tclkit support Tclx package
- Next by Date: Re: creating stand-alone extended tclsh
- Previous by thread: creating stand-alone extended tclsh
- Next by thread: Re: creating stand-alone extended tclsh
- Index(es):
Relevant Pages
|