- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recently installed Intel C++ composer XE 2013 SP1 on a Mac OS X 10.8.4
When trying
icpc -H -std=c++11 -gcc-name=gcc-4.7 -gxx-name=g++-4.7 -o test test.cpp
icpc still tries to include the legacy GCC 4.2.1 headers, ditributed with LLVM-GCC of Xcode, instead of GCC 4.7 headers, I installed with Homebrew.
In previous versions, using -gcc-name etc works properly, even with a GCC not installed in system path.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just chipping in to say I have exactly the same problem.

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