libtcl - Tool Command Language application interfaces
cc [ flag ...] file..." [ library ... ] -ltcl8.6
libtcl(3) Library Functions Manual libtcl(3)
NAME
libtcl - Tool Command Language application interfaces
SYNOPSIS
cc [ flag ...] file..." [ library ... ] -ltcl8.6
DESCRIPTION
The Tcl library is a collection of interfaces for writing Tcl applica-
tions in C. For more detail, see section 3tcl man pages specific to
the library interfaces. Additional information is also available from
the Tcl Developer Xchange site:
http://tcl.tk/
LICENSE
The Tcl software is copyrighted by the Regents of the University of
California, Sun Microsystems, Inc., Scriptics Corporation, and other
parties.
FILES
/usr/lib/libtcl8.6.so
shared object
/usr/lib/libtclstub8.6.a
stubs library
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | runtime/tcl-8 |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://prdownloads.sourceforge.net/tcl/tcl-
core8.6.7-src.tar.gz.
Further information about this software can be found on the open source
community website at https://www.tcl.tk/.
23 April 2019 libtcl(3)