On 14/10/2024 19:07, José Isaías Cabrera via Cygwin wrote:
Greetings. I am working with SQLite, and I am trying to build the SQLite library with TCL support. The SQLite folks asked me the path of the TCL library which I have to idea how to identify. Is there a command that would display the path of the working TCL library. This is the tcl version cygwin installs: jcabrera@jicman ~/b/sqlite/dbug/SQLite-f97f9944 $ tclsh % puts $tcl_version 8.6 % Any help would be greatly appreciated. Thank you. josé
Hi José.Make sure to install both the tcl package and the matching tcl-devel package so that you get all the required headers. In addition, you and hopefully the autoconf/make scripts for whatever wants to allow loading of Tcl as a library will be able to find everything it needs from /usr/lib/tclConfig.sh which is installed with the tcl-devel package.
SQLite was actually developed primarily as a lightweight SQL-based library for Tcl by Tcl developers so its build tools should play nice by default.
I'd also install the stock Cygwin sqlite3 & tcl-sqlite3 packages which may provide what you need without having to rebuild and will at least act as a reference.
-- Sam Edge
OpenPGP_0x8AC2CEBF54528E30.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
-- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple