[Mingw-w64-public] localtime() does not respect TZ if set via char **environ (CLANG*, UCRT64)

2022-11-05 Thread H.
Hi all, localtime() does not respect if TZ variable is set via char **environ on CLANG32, CLANG64 and UCRT64. But it works on MINGW32, MINGW64. All the details are given on: https://github.com/msys2/MINGW-packages/issues/13925#issuecomment-1304112646 Attached also the related test code. Thanks

[Mingw-w64-public] How about Matlab mex file

2018-07-20 Thread Khong, Thuan H. (LARC-D316)
Dear MinGW support team, I download a free version of C/C++ compiler trom MinGW. I am wondering if the compiler is under GNU license. When I install the compiler I get the following message: The license for winpthreads requires you to reproduce its text in every copy or substantial portion of th

Re: [Mingw-w64-public] [PATCH 2/2] Use public _acmdln and _wcmdln declarations in crt and get rid of no loner needed ucrtbase compat hack.

2017-12-20 Thread h . tesch
True, I noticed that it wont load at runtime in a test program I compiled. Is Jaceks patch still required after your patch? - Sora On 28.11.2017 08:53, Martin Storsjö wrote: On Nov 28, 2017, at 04:06, s...@posteo.jp wrote: Thanks for the patch Jacek , I just tested building a x86_64 toolchain

[Mingw-w64-public] Difference between libpthread.a and libwinpthread.a?

2017-07-29 Thread Mike H
Hello! I'm a fan of mingw-w64. But there is one thing I don't understand. What's the difference between libpthread.a and libwinpthread.a? The size of those files are different. Libpthread.a is bigger. I downloaded the official installer for Mingw-w64 and then choose posix and x64, and then it doiw