binfmt support in Cygwin?

2023-09-25 Thread Cedric Blancher via Cygwin
Good morning! Does Cygwin support something like Linux binfmt, to register new binary types? Goal would be to recognise python compiled code, or https://wiki.debian.org/QemuUserEmulation Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem report

Re: Cygwin generates syscalls for *.lnk files on filesystems with native symlink support?

2023-09-25 Thread Cedric Blancher via Cygwin
On Fri, 1 Sept 2023 at 13:00, Corinna Vinschen via Cygwin wrote: > > On Sep 1 06:23, Cedric Blancher via Cygwin wrote: > > Good morning! > > > > During a Cygwin 3.4.8-1.x86_64 debugging session I noticed something > > odd when I looked at the network traffic generated by one of our > > cluster no

Cygwin gdb to load debug into from Windows VC?

2023-09-25 Thread Cedric Blancher via Cygwin
Good morning! Is it possible to load Visual Studio (VC19, VC22) debug info (*.pdb files) into Cygwin gdb? Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/

Unable to subscribe to the cygwin-announce list

2023-09-25 Thread Duncan Roe via Cygwin
Hi Admins, On Thu, Sep 21, 2023 at 03:46:31PM +0100, cygwin wrote: > > The auto-forwarding of announcements from the cygwin-announce mailing list > to the cygwin mailing list has been removed. > > This seems to be hard to make work reliably (sometimes it doubles the > messages, sometimes they don'

Re: libargon2-devel is missing libargon2.pc file

2023-09-25 Thread Brian Inglis via Cygwin
On 2023-09-24 15:09, Alexey Sokolov via Cygwin wrote: Hello, the packaged version of libargon2 is quite old. In 2019 upstream added the .pc file, and released new version. As of now it's harder than necessary to use libargon2 on cygwin - need to special case cygwin and include the header/librar

RE: [EXTERNAL] Re: /usr/bin/dd *.iso to USB stick?

2023-09-25 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> then use Windows Disk Management mmc app to identify > the disk and convert from Disk n to /dev/sd[x], where Disk 0 is > /dev/sda, Disk 1 is /dev/sdb, etc. A much easier (and safer!) way to do that is to $ cat /proc/partitions -- it'll tell you exactly which /dev/sdX to use for the physical dr