Building SQLite3 CLI without

Ken Brown kbrown@cornell.edu
Sat Dec 3 22:20:55 GMT 2022


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


More information about the Cygwin mailing list