Search For A Package: Home Wwwtar Query
Search For A Package: Home Wwwtar Query
-------------------------------------------------------------------------------
NOTE: As well as requiring HP's ANSI C compiler and the GNU make package to be
installed prior to building tcltk, GNU sed should also be installed and
ahead of HP's sed in the PATH (particularly for PA-RISC users).
IMPORTANT: When building tcltk from source code, please uninstall any previous
version of tcltk otherwise there may be include file
incompatibilities during the build that could cause it to fail.
Files changed:
- "gmake install" concats the tclIndex installed from the tcl install
with the one from the tk install, so that "wish" functions correctly.
* README:
- Soft-linked to tcl/README.
* tcl/library/auto.tcl:
- Add /usr/local/lib/tcltk to the search path for find_tclLibrary.
* tcl/tests/load.test:
- Skip test load-6.1.
* tcl/unix/Makefile.in:
- TCL_LIBRARY set to /usr/local/lib/tcltk.
- Install tclsh without a version number.
- Install tclConfig.sh into /usr/local/lib/tcltk.
- Other packages (e.g. expect) that use tcl includes want access to .h files
that weren't originally installed via "gmake install", so we now install
all tcl*.h files from the tcl/generic dir (plus tcl/unix/tclUnixPort.h)
to cover that.
* tcl/unix/tclUnixInit.c:
- Set TCL_LIBRARY and TCL_PACKAGE_PATH explicitly.
* tcl/unix/tclUnixThrd.c:
- Include <pthread.h> rather than "pthread.h".
* tk/test/windsow.test:
* tk/unix/Makefile.in:
- TK_LIBRARY and PKG_INSTALL_DIR set to /usr/local/lib/tcltk (yes, the same
as the TCL_LIBRARY definition - why not, the filenames don't overlap).
- TCL_GENERIC_DIR and TCL_PLATFORM_DIR set to /usr/local/include to
pick up freshly installed tcl include files.
- Install wish without a version number.
- Install tkConfig.sh into /usr/local/lib/tcltk.
- Don't try a wish -> wish$(VERSION) substitution on the installed demo
scripts (which were wrongly installed with no a+r permissions anyway!).
- "gmake test" should set TCL_LIBRARY to <srcdir>/tcl/library and not
to <libdir>/library, because the tclTest package is not installed during
a "gmake install".
- Add /usr/local/lib and /usr/local/lib/hpux32 to the shared library
path when running "gmake test".
To test:
Notes: