Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2466 Discussions

Mingw support on Windows, what is the status?

aftershock4
Beginner
295 Views

Hi,

I wonder what is the status of mingw support. How to turn it on if it exists? If it does not. What is planned or not?

Thanks.

0 Kudos
1 Reply
Alexey-Kukanov
Employee
295 Views
It should work with 32-bit MinGW. Getthe open source release of TBB 2.2. Provided that MinGW environment is properly set up,build TBB withgmake compiler=gcc.Then you should have the TBB runtime DLLs that can be used with a program built by MinGW.
0 Kudos
Reply