On 12/3/2022 4:14 PM, Jose Isaias Cabrera via Cygwin wrote:
To do this, use the mingw32 or 64 compiler, as this,
CC=i686-w64-mingw32-gcc ./configure
and the SQLite3 tool will work without the cygwin1.dll.
I think the preferred way to do this is
./configure --host=i686-w64-mingw32 ,
although it might not matter in this case. See
https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Specifying-Target-Triplets.html
Ken
--
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