News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Intel C++

Started by fluoro, July 27, 2005, 03:45:44 PM

Previous topic - Next topic

fluoro

Hi, I'm just wondering if it's possible to use Code::Blocks with Intel's C++ compiler?

polygon7

Quote from: fluoro on July 27, 2005, 03:45:44 PM
Hi, I'm just wondering if it's possible to use Code::Blocks with Intel's C++ compiler?
Yes,

  • change MS Toolkit linker from cl.exe to icl.exe
  • add <instalation path to the Intel C++>\Ia32\Bin to the "Programs -> Extra paths"
  • add "-D_USE_INTEL_COMPILER" to "Compiler options"
  • add <instalation path to the Intel C++>\Ia32\Include and \lib to the "Global compiler options -> Directories"
  • add some options like "/QaxK" to the "Compiler options" (icl -help)
voila. :)
best regards,
p7
Free open source UML modeling tool: ArgoUML

takeshimiya

And in linux the Intel Compiler is source and object compatible with GCC, so I suppose it would be simmilar to what fluoro said.