About Clang/LLVM

2024-01-04 Thread 徐持恒 Xu Chiheng via Cygwin
Hi friends I have build scripts and patches at https://github.com/xu-chiheng/Note . I can use the build scripts and patches to build and bootstrap GCC(start from 13.0.0) and Clang/LLVM(start from 16.0.0) use GCC or Clang on Cygwin and MinGW. If you have interests, you can look at my other PRs at h

Re: Install Cygwin 3.5 from command line?

2024-01-04 Thread Jon Turney via Cygwin
On 03/01/2024 06:49, Dan Shelton via Cygwin wrote: Hello! Can someone give me precise instructions on how to install Cygwin 3.5 (setup.exe with Testing+Sync checkboxes selected) from the Windows command line? If I try, I only get Cygwin 3.4. What have you tried? For a fresh install, this shou

Re: socat 1.8 release, please update it

2024-01-04 Thread Andrew Schulman via Cygwin
> Hi, > > I notice socat 1.8 release, so socat package in cygwin is outdate. > > please up it to date, 1.8 has much new feature very useful. > > thanks ;p I fixed the build error with socat 1.8, so I'll get the new release out shortly. Andrew -- Problem reports: https://cygwin.com/probl

Re: strverscmp is buggy in newlib 4.4.0 (was Cygwin 3.4.6)

2024-01-04 Thread Brian Inglis via Cygwin
On 2024-01-02 10:36, Brian Inglis via Cygwin wrote: On 2024-01-02 03:23, Bruno Haible via Cygwin wrote: Here's a test case of strverscmp, from Dmitry Bogatov [1] #include int main () {    return strverscmp ("UNKNOWN", "2.2.0") <= 0; } It succeeds on glibc and musl libc 1.2.4, but fails on musl