What is the tcl library path?
José Isaías Cabrera
jicman@outlook.com
Fri Oct 18 19:19:34 GMT 2024
On Friday, October 18, 2024 02:22 PM, Sam Edge expressed:
> samedge@gwaihir ~
> $ find / -xdev -iname '*libtcl*'
[clip]
> (/lib == /usr/lib, /bin == /usr/bin)
>
> If that doesn't get you what you need, try
> find / -xdev -iname '*tcl*'
> which reveals everything tclish plus some red herrings, naturally.
> Cygwin uses PE DLL libraries not ELF SO one of course. Are you
> configuring for Cygwin rather than straight-up POSIX/Linux or Windows?
I am using cygwin to build an x32 DLL and a x64 sqlite3.exe tool to use outside cygwin. Everything was working find until Dr. Hipp made some changes which broke my process. This is good enough for now.
Thanks.
josé
More information about the Cygwin
mailing list