RE: Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-09 Thread Jose Isaias Cabrera via Cygwin
On Friday, December 9, 2022 6:33 PM, Eliot Moss expressed: > > On 12/9/2022 4:34 PM, Jose Isaias Cabrera via Cygwin wrote: > > This is a bit of a shot in the dark, but I wonder about search paths and find > the DLL when trying to start the program. Is the necessary directory on the > search

Re: Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-09 Thread Eliot Moss via Cygwin
On 12/9/2022 4:34 PM, Jose Isaias Cabrera via Cygwin wrote: This is a bit of a shot in the dark, but I wonder about search paths and find the DLL when trying to start the program. Is the necessary directory on the search path available to Windows and/or passed to the sqlite3 executable as an

Creating the sqlite3.exe stand-alone w/o cygwin dependency

2022-12-09 Thread Jose Isaias Cabrera via Cygwin
Greetings! Using these commands, ./configure --host=i686-w64-mingw32 CFLAGS=-shared CFLAGS=-static-libgcc make sqlite3.exe sqlite3.dll I can create the sqlite3 DOS application and the sqlite3 Windows 10 DLL. I have no problem with the DLL. But with the sqlite3.exe CLI tool, I can run it in

Re: Cygwin setup reporter as malware

2022-12-09 Thread Christian Franke via Cygwin
Dan Harkless via Cygwin wrote: On 12/9/2022 3:39 AM, Oskar Skog via Cygwin wrote: On 2022-12-07 23:54, Dan Harkless via Cygwin wrote: > No.  It's normal and common for software like Cygwin, which has the > power to be used maliciously (as opposed to, say, a Minesweeper game or > something),

Re: Cygwin setup reporter as malware

2022-12-09 Thread Dan Harkless via Cygwin
On 12/9/2022 3:39 AM, Oskar Skog via Cygwin wrote: On 2022-12-07 23:54, Dan Harkless via Cygwin wrote: > No.  It's normal and common for software like Cygwin, which has the > power to be used maliciously (as opposed to, say, a Minesweeper game or > something), to have false positives on

Re: Cygwin setup reporter as malware

2022-12-09 Thread Oskar Skog via Cygwin
On 2022-12-07 23:54, Dan Harkless via Cygwin wrote: No.  It's normal and common for software like Cygwin, which has the power to be used maliciously (as opposed to, say, a Minesweeper game or something), to have false positives on VirusTotal for a handful of vendors.  I've never heard of

Re: [PATCH] Cygwin: pipe: Fix performance degradation for non-cygwin pipe.

2022-12-09 Thread Corinna Vinschen
Hi Takashi, both patches LGTM, feel free to push. Your commit message looks great! Thanks, Corinna On Dec 9 09:49, Takashi Yano wrote: > https://cygwin.com/pipermail/cygwin/2022-December/252628.html > > After the commit 9e4d308cd592, the performance of read from non-cygwin > pipe has been