Building SQLite3 CLI without

Jose Isaias Cabrera jicman@outlook.com
Sat Dec 3 23:15:55 GMT 2022


On December 3, 2022 5:21 PM, Ken Brown expressed:
> 
> 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
> 
Thanks, Ken. I will add this one to my cheat sheet also. However, they both work the same.

josé


More information about the Cygwin mailing list