<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LNK1103 error, recompile module mkl_core.lib in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798816#M2901</link>
    <description>I installed 10.3.2 and it doesn't help. Here are the build and link lines.&lt;BR /&gt;&lt;BR /&gt;Build:&lt;BR /&gt;&lt;BR /&gt;/nologo /debug:full /Od /warn:interfaces /module:"Debug\" /object:"Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c&lt;BR /&gt;&lt;BR /&gt;Link: &lt;BR /&gt;&lt;BR /&gt;/OUT:"Debug\fft.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.exe.intermediate.manifest" /DEBUG /PDB:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.lib" mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;program&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;test&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! Fortran&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;use&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;mkl_dfti&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: X_2D(20,40)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: X(800)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Equivalence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;(X_2D, X)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;INTEGER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: STRIDE(2)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;! ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim1, DFTI_SINGLE,&amp;amp;&lt;/P&gt;&lt;P class="sectionBodyText"&gt;DFTI_COMPLEX, 1, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim2, DFTI_SINGLE,&amp;amp;&lt;/P&gt;&lt;P class="sectionBodyText"&gt;DFTI_COMPLEX, 1, 40 )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 40 one-dimensional transforms along 1st dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_NUMBER_OF_TRANSFORMS, 40 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_INPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_OUTPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiComputeForward( Desc_Handle_Dim1, X )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 20 one-dimensional transforms along 2nd dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Stride(1) = 0; Stride(2) = 20&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_NUMBER_OF_TRANSFORMS, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_STRIDES, Stride )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_STRIDES, Stride )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiComputeForward( Desc_Handle_Dim2, X )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;end&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; test&lt;BR /&gt;&lt;BR /&gt;This is just straight from the MKL example code for Fortran.&lt;BR /&gt;&lt;BR /&gt;Error message:&lt;BR /&gt;&lt;BR /&gt;Error1 fatal error LNK1103: debugging information corrupt; recompile modulemkl_core.lib(pszerow7as_20101122.obj)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description>
    <pubDate>Fri, 18 Feb 2011 13:32:11 GMT</pubDate>
    <dc:creator>John_L_4</dc:creator>
    <dc:date>2011-02-18T13:32:11Z</dc:date>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798813#M2898</link>
      <description>&lt;P&gt;All the info about which version of which compilers I have is at the bottom of the thread.&lt;BR /&gt;&lt;BR /&gt;All I'm trying to do is compile and link one of the MKL examples for a 2D FFT. Here is the code:&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;program &lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;test&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;! Fortran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;use &lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;mkl_dfti&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;:: X_2D(20,40)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;:: X(800)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Equivalence&lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;(X_2D, X)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;INTEGER &lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;:: STRIDE(2)&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type &lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim1&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;FONT size="2" color="#008000"&gt;&lt;FONT size="2" color="#008000"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;! ...&lt;/P&gt;&lt;FONT size="2" color="#008000"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim1, DFTI_SINGLE,&amp;amp;&lt;BR /&gt;DFTI_COMPLEX, 1, 20 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim2, DFTI_SINGLE,&amp;amp;&lt;/P&gt;&lt;P&gt;DFTI_COMPLEX, 1, 40 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 40 one-dimensional transforms along 1st dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_NUMBER_OF_TRANSFORMS, 40 )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_INPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_OUTPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P&gt;Status = DftiComputeForward( Desc_Handle_Dim1, X )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;SPAN style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 20 one-dimensional transforms along 2nd dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P&gt;Stride(1) = 0; Stride(2) = 20&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_NUMBER_OF_TRANSFORMS, 20 )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_STRIDES, Stride )&lt;/P&gt;&lt;P&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_STRIDES, Stride )&lt;/P&gt;&lt;P&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;P&gt;Status = DftiComputeForward( Desc_Handle_Dim2, X )&lt;/P&gt;&lt;P&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;end&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; test&lt;/SPAN&gt;&lt;P&gt;&lt;BR /&gt;When I try and compile and link the program in the DEBUG configuration I get the following error:&lt;BR /&gt;&lt;BR /&gt;Error1 fatal error LNK1103: debugging information corrupt; recompile modulemkl_core.lib(pszerow7as_1_1.obj)&lt;BR /&gt;&lt;BR /&gt;The RELEASE version compiles and links just fine (don't care, need to be able to debug).&lt;BR /&gt;&lt;BR /&gt;Please don't refer to &lt;A href="http://support.microsoft.com/kb/949009/en-us/"&gt;http://support.microsoft.com/kb/949009/en-us/&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I have already tried this and it won't install because I have SP2 of VS2005 not SP1.&lt;BR /&gt;&lt;BR /&gt;Compiler Info:&lt;BR /&gt;&lt;BR /&gt;Microsoft Visual Studio 2005&lt;BR /&gt;Version 8.0.50727.762 (SP.050727-7600)&lt;BR /&gt;Microsoft .NET Framework&lt;BR /&gt;Version 2.0.50727 SP2&lt;/P&gt;&lt;P&gt;Installed Edition: Professional&lt;/P&gt;&lt;P&gt;Microsoft Visual Basic 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual Basic 2005&lt;/P&gt;&lt;P&gt;Microsoft Visual C# 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual C# 2005&lt;/P&gt;&lt;P&gt;Microsoft Visual C++ 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual C++ 2005&lt;/P&gt;&lt;P&gt;Microsoft Visual J# 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual J# 2005&lt;/P&gt;&lt;P&gt;Microsoft Visual Studio 2005 Tools for Applications 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual Studio 2005 Tools for Applications&lt;/P&gt;&lt;P&gt;Microsoft Visual Web Developer 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Visual Web Developer 2005&lt;/P&gt;&lt;P&gt;Microsoft Web Application Projects 2005 77626-009-0000007-41912&lt;BR /&gt;Microsoft Web Application Projects 2005&lt;BR /&gt;Version 8.0.50727.762&lt;/P&gt;&lt;P&gt;Intel Visual Fortran Package ID: w_fcompxe_2011.1.127&lt;BR /&gt;Intel Visual Fortran Composer XE 2011 Integration for Microsoft Visual Studio* 2005, 12.0.3470.2005, Copyright (C) 2002-2010 Intel Corporation&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;/P&gt;&lt;P&gt;Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1 (KB926601) &lt;BR /&gt;This service pack is for Microsoft Visual Studio 2005 Professional Edition - ENU. &lt;BR /&gt;If you later install a more recent service pack, this service pack will be uninstalled automatically. &lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/926601"&gt;http://support.microsoft.com/kb/926601&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU (KB947738) &lt;BR /&gt;This Security Update is for Microsoft Visual Studio 2005 Professional Edition - ENU. &lt;BR /&gt;If you later install a more recent service pack, this Security Update will be uninstalled automatically. &lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/947738"&gt;http://support.microsoft.com/kb/947738&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU (KB971023) &lt;BR /&gt;This Security Update is for Microsoft Visual Studio 2005 Professional Edition - ENU. &lt;BR /&gt;If you later install a more recent service pack, this Security Update will be uninstalled automatically. &lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/971023"&gt;http://support.microsoft.com/kb/971023&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU (KB971090) &lt;BR /&gt;This Security Update is for Microsoft Visual Studio 2005 Professional Edition - ENU. &lt;BR /&gt;If you later install a more recent service pack, this Security Update will be uninstalled automatically. &lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/971090"&gt;http://support.microsoft.com/kb/971090&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU (KB973673) &lt;BR /&gt;This Security Update is for Microsoft Visual Studio 2005 Professional Edition - ENU. &lt;BR /&gt;If you later install a more recent service pack, this Security Update will be uninstalled automatically. &lt;BR /&gt;For more information, visit &lt;A href="http://support.microsoft.com/kb/973673"&gt;http://support.microsoft.com/kb/973673&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 01:04:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798813#M2898</guid>
      <dc:creator>John_L_4</dc:creator>
      <dc:date>2011-02-18T01:04:54Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798814#M2899</link>
      <description>The MKL library doesn't supply .pdb information. This shouldn't stop you from debugging, as long as you understand there's no source information should you step into the MKL library.</description>
      <pubDate>Fri, 18 Feb 2011 01:13:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798814#M2899</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-02-18T01:13:58Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798815#M2900</link>
      <description>Hi &lt;LABEL&gt;&lt;A hoverintent_s="0" hoverintent_t="undefined" jquery1298005879572="62" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=389378" href="https://community.intel.com/en-us/profile/389378/" class="basic"&gt;&lt;STRONG&gt;john.lansberry@jhuapl.edu&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;A very similarissue has been fixed in Intel MKL 10.3 Update 2.&lt;BR /&gt;Which version of Intel MKL do you use?&lt;BR /&gt;If it's 10.3.2, then please post the complete build and link lines here.&lt;/LABEL&gt;</description>
      <pubDate>Fri, 18 Feb 2011 05:40:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798815#M2900</guid>
      <dc:creator>Evgueni_P_Intel</dc:creator>
      <dc:date>2011-02-18T05:40:21Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798816#M2901</link>
      <description>I installed 10.3.2 and it doesn't help. Here are the build and link lines.&lt;BR /&gt;&lt;BR /&gt;Build:&lt;BR /&gt;&lt;BR /&gt;/nologo /debug:full /Od /warn:interfaces /module:"Debug\" /object:"Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c&lt;BR /&gt;&lt;BR /&gt;Link: &lt;BR /&gt;&lt;BR /&gt;/OUT:"Debug\fft.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.exe.intermediate.manifest" /DEBUG /PDB:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"C:\Documents and Settings\lansbje1\My Documents\temp\pbj\fft\Debug\fft.lib" mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;program&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;test&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! Fortran&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;use&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;mkl_dfti&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: X_2D(20,40)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Complex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: X(800)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Equivalence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;(X_2D, X)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;INTEGER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;:: STRIDE(2)&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;FONT size="2" color="#0000ff" class="sectionBodyText"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="font-size: x-small;"&gt;(DFTI_DESCRIPTOR), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;POINTER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; :: Desc_Handle_Dim2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;! ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim1, DFTI_SINGLE,&amp;amp;&lt;/P&gt;&lt;P class="sectionBodyText"&gt;DFTI_COMPLEX, 1, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCreateDescriptor(Desc_Handle_Dim2, DFTI_SINGLE,&amp;amp;&lt;/P&gt;&lt;P class="sectionBodyText"&gt;DFTI_COMPLEX, 1, 40 )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 40 one-dimensional transforms along 1st dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_NUMBER_OF_TRANSFORMS, 40 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_INPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim1, DFTI_OUTPUT_DISTANCE, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiComputeForward( Desc_Handle_Dim1, X )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #008000; font-size: x-small;"&gt;&lt;P&gt;! perform 20 one-dimensional transforms along 2nd dimension&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P class="sectionBodyText"&gt;Stride(1) = 0; Stride(2) = 20&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_NUMBER_OF_TRANSFORMS, 20 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_DISTANCE, 1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_INPUT_STRIDES, Stride )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiSetValue( Desc_Handle_Dim2, DFTI_OUTPUT_STRIDES, Stride )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiCommitDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiComputeForward( Desc_Handle_Dim2, X )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim1 )&lt;/P&gt;&lt;P class="sectionBodyText"&gt;Status = DftiFreeDescriptor( Desc_Handle_Dim2 )&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText" style="color: #0000ff; font-size: x-small;"&gt;&lt;P&gt;end&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;/SPAN&gt;&lt;SPAN class="sectionBodyText"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; test&lt;BR /&gt;&lt;BR /&gt;This is just straight from the MKL example code for Fortran.&lt;BR /&gt;&lt;BR /&gt;Error message:&lt;BR /&gt;&lt;BR /&gt;Error1 fatal error LNK1103: debugging information corrupt; recompile modulemkl_core.lib(pszerow7as_20101122.obj)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:32:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798816#M2901</guid>
      <dc:creator>John_L_4</dc:creator>
      <dc:date>2011-02-18T13:32:11Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798817#M2902</link>
      <description>&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;Hello John,&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;Could you look at the look at the post :&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;A href="http://support.microsoft.com/kb/949009/en-us/" target="_blank"&gt;http://support.microsoft.com/kb/949009/en-us/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;the hot fix available there.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;let us know if it helps you.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;--Gennady&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Feb 2011 18:20:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798817#M2902</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-02-18T18:20:37Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798818#M2903</link>
      <description>&lt;P&gt;As noted in my original post (sorry, should have put it right up front), I already tried the hot fix and it would not install because I have SP2 of VS2005, not SP1. So, the hot fix is no use to me.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 22:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798818#M2903</guid>
      <dc:creator>John_L_4</dc:creator>
      <dc:date>2011-02-18T22:48:33Z</dc:date>
    </item>
    <item>
      <title>LNK1103 error, recompile module mkl_core.lib</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798819#M2904</link>
      <description>My apologies. I was misreading the version installation of my VS2005. I don't believe there is a SP2 for VS2005. I need to double check my version and make sure I have SP1 installed. If not, I will install and see if that fixes the problem. If not, I'll re-try the hot fix.</description>
      <pubDate>Fri, 18 Feb 2011 23:21:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LNK1103-error-recompile-module-mkl-core-lib/m-p/798819#M2904</guid>
      <dc:creator>John_L_4</dc:creator>
      <dc:date>2011-02-18T23:21:53Z</dc:date>
    </item>
  </channel>
</rss>

