Re: [Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-20 Thread Kacvinsky, Tom
These are basically the scripts I was using. I got things sorted out. The problem (and mea maxima culpa for not realizing this sooner) was that I was linking in a C++ based library built with Visual Studio 2017 (which is where the fprintf and sprintf calls were coming from). I did some googling ar

Re: [Mingw-w64-public] Latest Windows SDK headers and API support in the MinGW-W64 toolchain

2021-09-20 Thread Biswapriyo Nath
I can try to help to add the header files. But first the headers need to be tested with that project. The project, with recursive git submodule, is too big to compile in my old rusty box. If someone can build the project with newly created header files it will help. Can you create an issue or discu

[Mingw-w64-public] Role of DLL_EXPORT in pthread.h

2021-09-20 Thread David Chappaz
Hi I'm having an issue in a system that has a few layers on top of mingw-w64, but it's not clear to me which layer is causing it, and this is where I'd value your expert feedback. I'm quite a bit outside of my comfort zone discussing these fairly technical software aspects, so please be forgiving

[Mingw-w64-public] Latest Windows SDK headers and API support in the MinGW-W64 toolchain

2021-09-20 Thread Praveen C Bademi
 Hi MinGW Community, Sending this mail regarding few queries about the latest Windows SDK headers and API support in the MinGW-W64 toolchain. We are working on a cross-platform IO interface library (https://xnvme.io/) specifically for NVMe devices, on which the latest windows APIs and stru

Re: [Mingw-w64-public] Role of pthread-win32 in building MinGW-W64 from source

2021-09-20 Thread Ralph Engels
P.s you build winpthreads as part of building the mingw-w64 api then gmp follwed by mpfr followed by mpc and lastly you build isl. Then you build binutils and gcc :) Den 20-09-2021 kl. 12:12 skrev rubisetcie: Hi. I'm trying to build the MinGW-W64 + Graphite + OpenMP multilib toolchain accordi

Re: [Mingw-w64-public] Role of pthread-win32 in building MinGW-W64 from source

2021-09-20 Thread Ralph Engels
pthreads-win32 is not needed any longer if using mingw-w64 which has its own library with that functionality (winpthreads). cloog-ppl is also no longer needed just gmp mpfr mpc and isl for the graphite build. Den 20-09-2021 kl. 12:12 skrev rubisetcie: Hi. I'm trying to build the MinGW-W64 +

[Mingw-w64-public] Role of pthread-win32 in building MinGW-W64 from source

2021-09-20 Thread rubisetcie
Hi. I'm trying to build the MinGW-W64 + Graphite + OpenMP multilib toolchain according to how it's explained in the "how-to-build" docs ( https://sourceforge.net/p/mingw-w64/code/HEAD/tree/trunk/mingw-w64-doc/howto-build/ ). I know these documents are very outdated, but there's something I have t