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
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 ,
althou
On December 2, 2022 4:37 PM, Oskar Skog expressed:
>
> On 2022-12-02 22:37, Jose Isaias Cabrera via Cygwin wrote:
> >
> > Is there an option that I can do to build the tool without the need of
> > the cygwin1.dll? I know that I can move the file in the same spot, but I
> > want to create it wit
On December 3, 2022 11:23 AM, Andrey Repin expressed:
>
> Greetings, Jose Isaias Cabrera!
Salutations Andrey.
>
> > I can build SQLite DLL and use it under Windows without any problem
> > using this command:
>
> > i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
>
> To
Greetings, Jose Isaias Cabrera!
> I can build SQLite DLL and use it under Windows without any problem using
> this command:
> i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
To the best of my knowledge, you should not use cross-compilers directly.
> And I can use that DLL o
Oskar Skog via Cygwin, on December 2, 2022 4:37 PM said,
>> On 2022-12-02 22:37, Jose Isaias Cabrera via Cygwin wrote:
> > Is there an option that I can do to build the tool without the need of
>> the cygwin1.dll? I know that I can move the file in the same spot, but I
>> want to create it witho
On 2022-12-02 22:37, Jose Isaias Cabrera via Cygwin wrote:
Greetings and salutations!
I can build SQLite DLL and use it under Windows without any problem using this
command:
i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
And I can use that DLL outside cygwin without any
Greetings and salutations!
I can build SQLite DLL and use it under Windows without any problem using this
command:
i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
And I can use that DLL outside cygwin without any problem. I can also build the
SQLite3.exe tool using this
8 matches
Mail list logo