<?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 If you can do what you want in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089127#M123740</link>
    <description>&lt;P&gt;If you can do what you want all in Fortran, that would be fine. There are various ways of writing progress messages, some more standard than others.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2016 16:46:00 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-04-14T16:46:00Z</dc:date>
    <item>
      <title>linker error misery</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089119#M123732</link>
      <description>&lt;P&gt;I'm trying to build an old console program, and I get about 1000 linker errors like the following:&lt;/P&gt;
&lt;P&gt;Error&amp;nbsp;730&amp;nbsp; error LNK2019: unresolved external symbol _vsprintf referenced in function _for__io_return&amp;nbsp;libifcoremt.lib(for_diags_intel.obj)&lt;/P&gt;
&lt;P&gt;Error&amp;nbsp;572&amp;nbsp; error LNK2001: unresolved external symbol _memmove&amp;nbsp;imsl.lib(crgrg.obj)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone tell me what&amp;nbsp;I'm doing wrong?&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 02:21:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089119#M123732</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T02:21:46Z</dc:date>
    </item>
    <item>
      <title>Please show the command line</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089120#M123733</link>
      <description>&lt;P&gt;Please show the command line used at the link step (or the relevant lines in the VS build log). The indications are that the C run time library is not being searched, for some reason. One possibility is that a mixture of 32-bit and 64 bit objects is being fed to the linker.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089120#M123733</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-04-14T06:04:00Z</dc:date>
    </item>
    <item>
      <title>build log is attached. </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089121#M123734</link>
      <description>&lt;P&gt;build log is attached.&amp;nbsp; Everything seems to be built as&amp;nbsp;32 bit Debug.&amp;nbsp; There are three elements to the project.&lt;/P&gt;
&lt;P&gt;One fortran console program xltorsion.exe&lt;/P&gt;
&lt;P&gt;A&amp;nbsp;small C lib that writes&amp;nbsp;progress&amp;nbsp;messages to the console window.&lt;/P&gt;
&lt;P&gt;A small fortran DLL.&lt;/P&gt;
&lt;P&gt;I have another very similar project that builds with no problem.&amp;nbsp; I have compared them very carefully and can't find anything different about the build settings.&amp;nbsp; I've got the following in the main program.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;INCLUDE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;'link_fnl_STATIC.h'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib' &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:18:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089121#M123734</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T13:18:36Z</dc:date>
    </item>
    <item>
      <title>This line in the build log</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089122#M123735</link>
      <description>&lt;P&gt;This line in the build log tells us what is wrong:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Creating temporary file "RSP1.rsp" with contents
[
 /OUT:"Debug/XLTorsion.exe" /INCREMENTAL:NO /NOLOGO /NODEFAULTLIB:"libc" /NODEFAULTLIB:"libcmtd" /MANIFEST /MANIFESTFILE:"C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\XLTorsion\Debug\XLTorsion.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"Debug/XLTorsion.pdb" /MAP /SUBSYSTEM:CONSOLE /STACK:500000000 /IMPLIB:"C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\XLTorsion\Debug\XLTorsion.lib" /MACHINE:I386 "Debug/Security.obj" "Debug/DebugTools.obj" "Debug/Modules.obj" "Debug/TorInput.obj" "Debug/ForceResp.obj" "Debug/Spd Dependent.obj" "Debug/selmat.obj" "Debug/Damped.obj" "Debug/RK4.obj" "Debug/Conelem.obj" "Debug/UTF.obj" "Debug/Outputs.obj" "Debug/Main.obj" "Debug/AssembleMat.obj" "Debug/TorTransient.obj" "Debug/NewmarkBetaWilsonTheta.obj" "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\DLLUserTor\DLLUserTor\Debug\DLLUserTor.lib" "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\XLTorsion\Debug\XLTorsion_lib.lib" "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\XLTorsion\Code\KEY-LOK Security\KFUNC32.OBJ" "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\DLLUserTor\DLLUserTor\Debug\DLLUserTor.lib" "C:\Users\Brian\Documents\Visual Studio 2010\Projects\TRC-2013\Lateral Torsion Coupling\XLTorsion\Debug\XLTorsion_lib.lib"
]
&lt;/PRE&gt;

&lt;P&gt;Note that the C RTL is being explicitly ruled out. Linker options such as /nodefaultlib:libc are needed when there is a possibility of more than one version of the C RTL being used in a link job. What you need is that 1 (one, and only one) C RTL be used to link and build your EXE. You have to look at the various VS "project" settings to see why you ended up with specifying 0 (zero) versions of the C RTL instead.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:35:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089122#M123735</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-04-14T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Change 'link_fnl_static.h' to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089123#M123736</link>
      <description>&lt;P&gt;Change 'link_fnl_static.h' to 'link_fnl_shared.h'&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:05:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089123#M123736</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-04-14T14:05:33Z</dc:date>
    </item>
    <item>
      <title>I changed Fortran/Libraries</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089124#M123737</link>
      <description>&lt;P&gt;I changed Fortran/Libraries from Debug Multithread to Debug Multithread DLL and it now builds and runs, but I do not understand why.&lt;/P&gt;
&lt;P&gt;It did not seem to matter whether I used 'link_fnl_static.h'&amp;nbsp;or 'link_fnl_shared.h'.&lt;/P&gt;
&lt;P&gt;I'm relieved it's finally running, but I wish I knew why.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:49:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089124#M123737</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T14:49:02Z</dc:date>
    </item>
    <item>
      <title>It's a C thing, where the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089125#M123738</link>
      <description>&lt;P&gt;It's a C thing, where the compiler generates different code when linking against shared vs. static libraries. Fortran doesn't do this.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089125#M123738</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-04-14T14:59:30Z</dc:date>
    </item>
    <item>
      <title>I would really like to get</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089126#M123739</link>
      <description>&lt;P&gt;I would really like to get rid of the C component of this project.&amp;nbsp; It only does one thing - repeatedly write&amp;nbsp;progress messages to the console window on the same line by using printf().&amp;nbsp; I have read a couple of forum threads about doing this in fortran, which I think said it can be done easily enough, but is not "standard" fortran.&lt;/P&gt;
&lt;P&gt;Unless&amp;nbsp;you advise against it,&amp;nbsp;I think I will go ahead and replace the C with fortran.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089126#M123739</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T15:12:15Z</dc:date>
    </item>
    <item>
      <title>If you can do what you want</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089127#M123740</link>
      <description>&lt;P&gt;If you can do what you want all in Fortran, that would be fine. There are various ways of writing progress messages, some more standard than others.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089127#M123740</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-04-14T16:46:00Z</dc:date>
    </item>
    <item>
      <title>I think I have successfully</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089128#M123741</link>
      <description>&lt;P&gt;I think I have successfully switched from C with prinft to Fortran with a $ sign&amp;nbsp;as a&amp;nbsp;format specifier.&lt;/P&gt;
&lt;P&gt;Now that I've removed the C component from the project, I'm surprised that MSVCR100D.DLL still shows up in Dependency Walker.&amp;nbsp; Is there&amp;nbsp;a way to identify why the console program&amp;nbsp;depends on this?&lt;/P&gt;
&lt;P&gt;The project has a setting of &lt;EM&gt;&lt;STRONG&gt;Linker/Input/Ignore Specific Libraries&amp;nbsp; libc; libcmtd&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt; but I don't know why or what this does.&amp;nbsp; Trying to build w/o this gives an error&amp;nbsp;of &lt;EM&gt;&lt;STRONG&gt;cannot open&amp;nbsp;libc.lib&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;I tested writing to the console window with a small test program, and that one doesn't have&amp;nbsp;anything for Ignore Specific Libraries,&amp;nbsp;and the .exe&amp;nbsp;isn't dependent on any MSVCR DLL.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089128#M123741</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T18:00:05Z</dc:date>
    </item>
    <item>
      <title>I should say that the code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089129#M123742</link>
      <description>&lt;P&gt;I should say that the code that still shows the dependence on MSCVRT DLL's uses IMSL with the following lines in the main program.&amp;nbsp; Is this the reason for the dependence?&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;INCLUDE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;'link_fnl_static.h'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;&lt;FONT color="#006400" size="2" face="Consolas"&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib' &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089129#M123742</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T18:44:04Z</dc:date>
    </item>
    <item>
      <title>libc,lib has not existed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089130#M123743</link>
      <description>&lt;P&gt;libc,lib has not existed since VS2005. The linker setting is trying to avoid linking to variants of MSVC libraries that are incompatible with DLL linking. I would not expect a dependency on MSVCR100D.DLL unless you were building a Debug configuration using VS2010. &amp;nbsp;I still think you should use link_fnl_shared.h. (and then you don't need the OBJCOMMENT directive.)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:32:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089130#M123743</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-04-14T19:32:56Z</dc:date>
    </item>
    <item>
      <title>At the moment I am making a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089131#M123744</link>
      <description>&lt;P&gt;At the moment I am making a debug build, and I am using VS2010.&amp;nbsp; My goal is build a single .exe without any dependencies on any DLL's other than one name DLLUserTor.DLL, which is unavoidable.&amp;nbsp; That DLL is just standard fortran with one exported routine called by the main program.&lt;/P&gt;
&lt;P&gt;Later today or tomorrow I will try the things you suggested.&amp;nbsp; But I am stuck with VS2010.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 21:24:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089131#M123744</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-14T21:24:59Z</dc:date>
    </item>
    <item>
      <title>As a general guideline (i.e.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089132#M123745</link>
      <description>&lt;P&gt;As a general guideline (i.e. without taking specific care to avoid issues), if you have multiple executable modules (the windows operating system term - EXE's and DLL's basically) in your process then you need to use a DLL variant of any runtime library that is common to those executable modules.&amp;nbsp; Otherwise you can end up with two instances of the runtime active in your process, and, without specific care, those instances can conflict at runtime over resources (memory, input/output aspects, exception handlers, thread control) that are inherently shared between them.&lt;/P&gt;

&lt;P&gt;Recent compiler variants don't even provide static versions of the OMP runtime library as a consequence, because the inherently shared resources associated with the OMP runtime are very difficult to isolate.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 22:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089132#M123745</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2016-04-14T22:49:13Z</dc:date>
    </item>
    <item>
      <title>The Release build doesn't</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089133#M123746</link>
      <description>&lt;P&gt;The Release build doesn't have any dependency on a MSVCR DLL.&amp;nbsp; So that's great.&lt;/P&gt;
&lt;P&gt;But DWalker says there is a dependency on &lt;EM&gt;c:\program files (x86)\common files\intel\shared libraries\redist\intel64\compiler\LIBIOMP5MD.DLL&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This is&amp;nbsp;a 32 bit build.&amp;nbsp;A dependency on 64 bit&amp;nbsp;LIBIOMP5MD.DLL&amp;nbsp;seems wrong?&amp;nbsp; Is this going to be a problem?&lt;/P&gt;
&lt;P&gt;I would like&amp;nbsp;to eliminate&amp;nbsp;the dependency on LIBIOMP5MD.DLL altogether.&amp;nbsp; Is that possible?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 01:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089133#M123746</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-15T01:58:59Z</dc:date>
    </item>
    <item>
      <title>Dependency walker can get</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089134#M123747</link>
      <description>&lt;P&gt;Dependency walker can get confused when it encounters a DLL of the wrong bitness, ahead of a DLL of the relevant bitness in its search order.&lt;/P&gt;

&lt;P&gt;As per the last paragraph of #14, if you use OpenMP with recent compilers you will always have a dependency on the OpenMP runtime DLL.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 04:25:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089134#M123747</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2016-04-15T04:25:05Z</dc:date>
    </item>
    <item>
      <title>this old code doesn't need</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089135#M123748</link>
      <description>&lt;P&gt;this old code doesn't need MPI.&amp;nbsp;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Fortran/Language/Process OpenMP Directives&lt;/STRONG&gt;&lt;/EM&gt; is set to&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;Generate Parallel Code (/Qopenmp)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I changed this to Disable and rebuilt,&amp;nbsp;but DWalker still says &amp;nbsp;LIBIOMP5MD.DLL&amp;nbsp;&amp;nbsp;is in the dependencies.&lt;/P&gt;
&lt;P&gt;What is the right way to turn off MPI?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 04:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089135#M123748</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-15T04:41:44Z</dc:date>
    </item>
    <item>
      <title>LIBIOMP5MD.DLL is an OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089136#M123749</link>
      <description>&lt;P&gt;&lt;SUB&gt;LIBI&lt;/SUB&gt;&lt;STRONG&gt;OMP&lt;/STRONG&gt;&lt;SUB&gt;5MD.DLL&lt;/SUB&gt; is an &lt;STRONG&gt;O&lt;/STRONG&gt;&lt;SUB&gt;pen&lt;/SUB&gt;&lt;STRONG&gt;MP&lt;/STRONG&gt; runtime DLL.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:09:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089136#M123749</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2016-04-15T09:09:02Z</dc:date>
    </item>
    <item>
      <title>did you remove !DEC$</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089137#M123750</link>
      <description>&lt;P&gt;did you remove&amp;nbsp;&lt;B style="font-size: 12px; line-height: 18px;"&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'?&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:17:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089137#M123750</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2016-04-15T09:17:54Z</dc:date>
    </item>
    <item>
      <title>With !DEC$ OBJCOMMENT LIB:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089138#M123751</link>
      <description>&lt;P&gt;With &lt;B&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib' &lt;/B&gt;I get the dependency.&lt;/P&gt;
&lt;P&gt;Without it I get 100+ linker errors like the following:&lt;/P&gt;
&lt;P&gt;Error&amp;nbsp;159&amp;nbsp; error LNK2019: unresolved external symbol _omp_unset_nest_lock referenced in function _E1LOCK&amp;nbsp;imsls_err.lib(e1lock.obj)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:28:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/linker-error-misery/m-p/1089138#M123751</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2016-04-15T12:28:59Z</dc:date>
    </item>
  </channel>
</rss>

