On 18/10/2024 19:00, José Isaías Cabrera wrote:
gcc -shared tclsqlite3.c -o libsqlite3.47.0.dll -Wl,-ltclstub8.6 
-L/wherever/your/libtcl/is

samedge@gwaihir ~
$ find / -xdev -iname '*libtcl*'
/bin/libtcl8.6.dll
/lib/libtcl.dll.a
/lib/libtcl8.6.dll.a
/lib/libtclstub.a
/lib/libtclstub8.6.a
/usr/bin/libtcl8.6.dll
/usr/lib/libtcl.dll.a
/usr/lib/libtcl8.6.dll.a
/usr/lib/libtclstub.a
/usr/lib/libtclstub8.6.a

(/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?

Just a thought.

(Sorry, don't have the b/w for following up on the forum thread.)

--
Sam Edge

Attachment: OpenPGP_0x8AC2CEBF54528E30.asc
Description: OpenPGP public key

Attachment: 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

Reply via email to