View Single Post
  #2  
Old 12-08-2003, 05:38 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

icc is available in gentoo portage, so you can pull it down if you like...

Quote:
* dev-lang/icc
Latest version available: 7.1.006
Latest version installed: [ Not Installed ]
Size of downloaded files: 61,920 kB
Homepage: http://www.intel.com/software/products/compilers/clin/
Description: Intel C++ Compiler - Intel's Pentium optimized compiler for L
inux
Why default to using icc though for portage builds rather than gcc ?

GCC is a commited opensource compiler, switching over 100% to icc , regardless of better optimizations, would be insane... You are bound to eventually run into licensing issues with Intel as icc isnt GPL.. icc is free for personal/noncommerical use, but relying on it would be dangerous should intel decide to yank the way they handle it or discontinue evaluation versions... Then you have a distro that requires a purchased compiler.

Heres the price should should you decide you want to purchase ICC

http://www.intel.com/software/produc.../pricelist.htm


You can put icc in your USE flags and it will try to use icc for any package that supports it....
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote