- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I downloaded thetbb20_014oss source. Using Visual studio 2005 professional commandwindowand gnu Make from Cygwin distribution, the library and dll seem to build ok; However, the following examples crashed the ms c compiler during the release and debug build processes:
Count_strings.exe, Primes.exe, Parallel_PreOrder.exe, Text_filter.exe, Tree_sum.exe, and Fibonacci.exe.
Long
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I wonder ifCygwin's "make" can compile any of examples. This "make" is not fully supported by TBB makefiles. There are many issues with paths and especially with the PATH environment variable. Cygwin looks mostly like separate platform than just a toolset for Windows. It rather requires implementation ofbuild/cygwin.inc and build/cygwin.cl.inc files because settings of build/windows.inc don't fit into Cygwin's rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could alsoworkaround this by loading environment settingsfrom tbbvars.* scripts and using of makefile foreachexample directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I downloaded the gnu-make for win32 mentioned in the other thread of this forum, and it works great.
Regards,
Long

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