- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are working with Microsoft VS2008 + Intel C++ compiler (XE 2011) to build our products.
Recently we found that we have several different updated of SP1 installed on developers computers.
This means that some of us might compile our product with one version of the compiler, and the others with another version.
Obviously this is not good practice, so it leads us to the following questions :
1. Could we place the compiler directory, i.e ‘Composer XE 2011 SP1' into source control, and compile our projects from that directory, instead of using it from the installation directory? (compile with visual studio)
2. Could we build our projects with Intel compiler, without actually installing it, but instead, use it from our source control location?
Thanks a lot.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you're building the projects within VS 2008 IDE, you need to install the Intel compiler. A slight change to the 1) might work by installing the Intel C++ Composer XE on a shared drive. but let me check and will get back to this again tomorrow.
But if you're building the project source from a command line using "cl/icl" directly, 2) would work.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page