Status: new
Severity:
failure
Category: Tclkit
Created: 2009-01-31
Updated: 2009-01-31
Platform is OpenBSD-current, using KIT_VERSION=5 and Tcl 8.5 (from OpenBSD binary package) to bootstrap.
Tcl 8.5 as downloaded and compiled by genkit writes out a tclConfig.sh file which includes a reference to SHLIB_CFLAGS. When building kitsh (via "sh genkit B"), genkit calls the loadconf proc which attempts to read SHLIB_CFLAGS as a variable but this fails since SHLIB_CFLAGS was never defined.
Workaround: add SHLIB_CFLAGS to the list of variables which are cleared at the start of the loadconf proc (about line 219).
- 2009-01-31 Taylor Venable
Created
