- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would appreciate any help or hints in how to build the TBB libraries from source code using MinGW and MSYS (gcc version 3.4.2).
Regards,
Mike Gogins
Regards,
Mike Gogins
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please can someone reply with useful information with regards to this topic. As a cross-platform compiler, TBB should support MinGW.
Specifically, how does one build TBB with mingw32-make.exe?
Can it be done without Visual C++?
Can it be done without Visual C++?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would be interested to build and use TBB with MinGW or Cygwin, too!
If somebody has managed to achieve this, I would be interested in getting the needed informations.
Thanks in advance,
-Jens
If somebody has managed to achieve this, I would be interested in getting the needed informations.
Thanks in advance,
-Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd also like to know how to build TBB under cygwin with GCC, not MSVC. Right now, when I run make under cygwin, it finds that I have MSVC and builds it with that. I actually need to do a compiler benchmark and try the code on windows, but compiled under GCC.
Mike
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Neither MinGW nor Cigwin are supported yet. But the build system has modular and quite clear design. So, you are welcome to contributeyour modules necessary for support of those compilers.
For MinGW, you canclone linux.gcc.inc file into windows.gcc.inc with fixingfor some windows-specifics (see windows.cl.inc).
AsI wrote insimilar topic, Cygwin looks rather like a separate platform than just a toolset for Windows. It requires implementation ofbuild/cygwin.inc and build/cygwin.gcc.inc files because settings of build/windows.inc don't fit into Cygwin's rules. And some modifications of common.inc are necessary to recognize Cygwin as a platform different from Windows.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page