Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: anacond on June 18, 2007, 10:38:21 pm

Title: Math Kernel Library configuration
Post by: anacond 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 (http://www.intel.com/support/performancetools/libraries/mkl/win/sb/cs-017282.htm#3)

Help me!