Intel® C++ Compiler
Support and discussions for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

A Useful Intel C++ Complier How To

wcharlot
Beginner
284 Views
When I was new to Intel C++ Complier, I found a Wiki How To written by Gentoo but eventually, I found it more confusing than helpful. I am so glad that I foudn a rewritten version that seems more interesting.

Another good thing about it is that it made Portage compile with icc unless you explicitly told it to use gcc. This is bad. Far too many packages don't work with icc to use this behavior. The rewritten guide makes Portage compile only specified packages with icc and all others with gcc which will save a few headaches in the long run. It also will give your system the ability to use per-package CFLAGS for gcc and icc!

If you want to add more suggestions or give some reactions please feel free to do so. If you want to know the link to the rewritten How To, please show your interest by replying here also and I will send you the link.
0 Kudos
5 Replies
Om_S_Intel
Employee
284 Views

It will be helpfull to provide the link here.

romant73
Beginner
284 Views
I'd like to get the link, please.
Dale_S_Intel
Employee
284 Views
Any reason not to post the link here?
Dale
Milind_Kulkarni__Int
New Contributor II
284 Views
If the link still exists which saves few headaches in the long run, please post here.
eod
Beginner
284 Views
The post http://forums.gentoo.org/viewtopic-p-4869995.html looks very similiar to the one above.
So he's probably talking about the current Gentoo wiki article:
http://en.gentoo-wiki.com/wiki/Intel_C%2B%2B_Compiler
Reply