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

2022-12-11 Thread Michael Soegtrop via Cygwin
Hi José, did you try copying the MinGW DLLs as I suggested? You find them in folder "\usr\x86_64-w64-mingw32\sys-root\mingw\bin" and as I said "ldd" will tell you which ones you need. As a test you can also simply copy all of them to your bin folder, but it might be many (I have 85 DLLs in t

[ANNOUNCEMENT] cygwin 3.4.2-1

2022-12-11 Thread Corinna Vinschen via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.2-1 * cygwin-devel-3.4.2-1 * cygwin-doc-3.4.2-1 This is a bugfix release. - Fix regression in uname(2), accidentally adding a leading dot to utsname::machine. ===

[ANNOUNCEMENT] Updated: Perl distributions

2022-12-11 Thread Achim Gratz via Cygwin
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-List-SomeUtils-0.59-1 perl-Module-Build-0.4232-1 perl-Test-Without-Module-0.21-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe fro

[ANNOUNCEMENT] Updated: procps-ng 4.0.2-1

2022-12-11 Thread Achim Gratz via Cygwin
The package procps-ng has been updated to its latest upstream version. This package provides command line and full screen utilities for browsing procfs, a pseudo file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as wheth

[ANNOUNCEMENT] Updated: mpclib-1.3.0-1 / mingw64-{i686, x86_64}-libmpc-1.3.0-1

2022-12-11 Thread Achim Gratz via Cygwin
The is an update to their latest upstream release. https://www.multiprecision.org/mpc/home.html The following packages are available on Cygwin: mpclib-1.3.0-1 mingw64-i686-libmpc-1.3.0-1 mingw64-x86_64-libmpc-1.3.0-1 MPC Multiprecision Library == The GNU MPC library

[ANNOUNCEMENT] Updated: {,mingw-{i686,x86_64}-}pcre2-10.41-1

2022-12-11 Thread Achim Gratz via Cygwin
The PCRE2 library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. This the latest upstream release with bugfixes, cleanups and an update to Unicode handling. The following packages have been uploa

[ANNOUNCEMENT] Updated: {,mingw64-{x86_64,i686}-}libarchive-3.6.2-1

2022-12-11 Thread Achim Gratz via Cygwin
Libarchive has been updated to version 3.6.2-1, the following (sub-)packages: libarchive (source) libarchive-devel libarchive13 bsdcat bsdcpio bsdtar are available in the Cygwin distribution. The MinGW64 packages for the cross-compilation toolchains have been updated as

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

2022-12-11 Thread Jose Isaias Cabrera via Cygwin
On December 11, 2022 5:23 AM, Michael Soegtrop expressed: > > Hi José, > > did you try copying the MinGW DLLs as I suggested? Yes, I did. I think you missed one of my emails. But, here is what I did: $ ldd sqlite3.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffc1d6f)

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

2022-12-11 Thread Michael Soegtrop via Cygwin
Hi José, Yes, I did. I think you missed one of my emails. But, here is what I did: $ ldd sqlite3.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffc1d6f) ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x778c) wow64.dll => /cygdrive/c/Windows/S

[ANNOUNCEMENT] Test: dash 0.5.12 (TEST)

2022-12-11 Thread Cygwin dash Co-Maintainer via Cygwin
The following test packages have been uploaded to the Cygwin distribution: * dash 0.5.12 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-

Regarding EFBIG error while opening a file using catopen() function

2022-12-11 Thread Kavita Gore via Cygwin
Hi all, I'm getting errno 27[EFBIG] file too large while opening catalogue with catopen() function in the cygwin-32bit version. Trying to open a .cat file but catopen() returns a file too large [EFBIG] error. this is the code snippet I was working with: #define FILENAMETEMP.CAT