Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libtk(3) [opensolaris man page]

libtk(3)						     Library Functions Manual							  libtk(3)

NAME
libtk - Tcl GUI Toolkit SYNOPSIS
cc [ flag ...] file..." [ library ... ] -ltk8.4 DESCRIPTION
The Tk library is a collection of graphical user interfaces useful for create powerful GUIs quickly. For more detail, see section 3 man pages specific to the library interfaces. Additional information is also available from the Tcl Developer Xchange site: http://www.scriptics.com/ LICENSE
The Tk software is copyrighted by the Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties. FILES
/usr/lib/libtk8.4.so shared object /usr/lib/libtkstub8.4.a stubs library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ SEE ALSO
libtcl(3) NOTES
Source for Tk is available on http://opensolaris.org. 16 July 2001 libtk(3)

Check Out this Related Man Page

libglib(3LIB)															     libglib(3LIB)

NAME
libglib - library of useful routines for C programming SYNOPSIS
Use glib-config(1) to determine compiler and linker flags. DESCRIPTION
GLib includes a number of support routines for C. For a list of functions provided in the library, type: info glib For a more detailed description of the library contents and its use, see: http://www.gtk.org/api/ LICENSE
GNU Lesser General Public License (LGPL) FILES
/usr/sfw/lib/libglib.so shared object /usr/sfw/lib/libgmodule.so shared object /usr/sfw/lib/libgthread.so shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWGlib | +--------------------+-----------------+ |Interface Stability | External | +--------------------+-----------------+ SEE ALSO
glib-config(1) NOTES
Source for glib is available on http://opensolaris.org. 7 May 2001 libglib(3LIB)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

What happens when an exe/lib links to another shared one:

We build our code on all platforms Sol, Hp, Aix, Sgi & linux. Some base libraries have changed. All the dependent exe & lib which use those base libraries have changed in all platforms in terms of size/checksum or both except linux. No code has changed in these. We have a post utility... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies