Author Topic: Math Kernel Library configuration  (Read 5279 times)

anacond

  • Guest
Math Kernel Library configuration
« on: June 18, 2007, 10:38:21 pm »
Hi,

I installed CodeBlock and I configured Intel C++ compiler.
But now I have a problem with MathKernel Library configuration...

I have to specify the following directories:

Code
$DIR_ISTALLATION\include
$DIR_ISTALLATION\lib
$DIR_ISTALLATION\bin

and I have link the following library:

Code
mkl_c.lib
libguide.lib

as suitable in the following link for Visual Studio:

http://www.intel.com/support/performancetools/libraries/mkl/win/sb/cs-017282.htm#3

Help me!