On December 11, 2022 5:23 AM, Michael Soegtrop expressed: > > Hi José, > > did you try copying the MinGW DLLs as I suggested?
Yes, I did. I think you missed one of my emails. But, here is what I did: $ ldd sqlite3.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffc1d6f0000) ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x778c0000) wow64.dll => /cygdrive/c/Windows/System32/wow64.dll (0x7ffc1c830000) wow64win.dll => /cygdrive/c/Windows/System32/wow64win.dll (0x7ffc1d540000) These are in the path, but also copying these to the executatble folder still gives the same error. I am able to get what I need by doing configure and make without any input. Then running the two commands on the previous email. The idea was to create stand-alone CLI tool and DLL without having any dependency of cygwin. I am able to do that with extra steps, but, for now, that is ok. Grabbing on a very week branch, I think Corinna's changes for v3.4 is "breaking"/"fixing" some things with i686-w64-mingw32. Some of this used to work 3-4 weeks ago. I think I still have a machine with some old software. I am going to try it there and see if that old Cygwin version works. -- 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