Author Topic: Intel C++  (Read 5669 times)

fluoro

  • Guest
Intel C++
« 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?

Offline polygon7

  • Multiple posting newcomer
  • *
  • Posts: 104
    • Home site
Re: Intel C++
« Reply #1 on: July 27, 2005, 04:26:18 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

  • Guest
Re: Intel C++
« Reply #2 on: August 09, 2005, 06:30:31 pm »
And in linux the Intel Compiler is source and object compatible with GCC, so I suppose it would be simmilar to what fluoro said.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283