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

TBB and Mingw compiler

Adri_C__S_
Beginner
487 Views

Hello everyone,

I have to develop an app under Windows and I want to make it concurrent. My initial idea was to use TBB since I already have some experience with it under Linux. However, searching the  web I have found that it is only fully supported for VS. I have to use the MingW compiler, madatory; so I was wondering if there is any chance of use TBB with Mingw.

Thanks and best regards!.

0 Kudos
6 Replies
SergeyKostrov
Valued Contributor II
487 Views
>>so I was wondering if there is any chance of use TBB with Mingw... Yes and there a couple of reports that it was done. MinGW C/C++ compiler is a Windows version of GCC and TBB library could be built with GCC compiler on many Linux platforms.
0 Kudos
Adri_C__S_
Beginner
487 Views
Hi Sergey, thanks for your quick reply.
Sergey Kostrov wrote:

Yes and there a couple of reports that it was done.

So should I compile like I was doing under Linux, specifying the paths with -L and -I?. I'm a totally noob in Windows development, so this is hard for me to work out. :)
0 Kudos
Adri_C__S_
Beginner
487 Views
Hi again. I just found this thread today: http://software.intel.com/en-us/forums/topic/291331 I only read a few comments, but it seems that is what I was looking for. Hope this helps anybode else! See you!
0 Kudos
Adri_C__S_
Beginner
487 Views
Ok, I have compiled those binaries following the comment #5 in the previous link.
0 Kudos
SergeyKostrov
Valued Contributor II
487 Views
>>Hi again. I just found this thread today: http://software.intel.com/en-us/forums/topic/291331 >>I only read a few comments, but it seems that is what I was looking for. I didn't know about that almost 2 year-old thread. Thanks for sharing!
0 Kudos
Adri_C__S_
Beginner
487 Views
You're welcome!
0 Kudos
Reply