<?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 This is sort of hard to in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014141#M106669</link>
    <description>&lt;P&gt;This is sort of hard to follow, and I don't see the actual ifort command used for compiling (or linking). I see there are many other link errors from your application code, but you didn't ask about those...&lt;/P&gt;

&lt;P&gt;The simple fix is to add "kernel32.lib" to whatever command is doing the linking. I couldn't spot that here. I am uncomfortable with the script that tries to emulate ifortvars.bat but that doesn't seem to be a problem.&lt;/P&gt;

&lt;P&gt;See what you get with this fix and let us know. For what it's worth, I'd have expected the same problems with an older Fortran compiler.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2015 15:54:05 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2015-07-16T15:54:05Z</dc:date>
    <item>
      <title>LIBCMT.LIB external symbol error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014138#M106666</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am compiling and linking code developed by another source. They have recently changed to using Fortran 11.1 so we are using the trial version of that compiler (previously using 9.1).&lt;/P&gt;

&lt;P&gt;can you suggest the cause of the following errors?&lt;/P&gt;

&lt;P&gt;libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol __imp_GetModuleHandleA&lt;BR /&gt;
	libifcoremt.lib(for_aio.obj) : error LNK2001: unresolved external symbol __imp_GetModuleHandleA&lt;BR /&gt;
	libifcoremt.lib(for_exit_handler.obj) : error LNK2001: unresolved external symbol __imp_GetModuleHandleA&lt;BR /&gt;
	libifcoremt.lib(for_diags_intel.obj) : error LNK2019: unresolved external symbol __imp_CreateFileA referenced in function for__dump_msg_buff&lt;BR /&gt;
	libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __imp_CreateFileA&lt;BR /&gt;
	LIBCMT.lib(open.obj) : error LNK2001: unresolved external symbol __imp_CreateFileA&lt;BR /&gt;
	LIBCMT.lib(initcon.obj) : error LNK2001: unresolved external symbol __imp_CreateFileA&lt;BR /&gt;
	libifcoremt.lib(for_init.obj) : error LNK2019: unresolved external symbol __imp_SetErrorMode referenced in function for_rtl_init_wrap_&lt;BR /&gt;
	libifcoremt.lib(for_init.obj) : error LNK2019: unresolved external symbol __imp_GetCommandLineA referenced in function for_rtl_init_wrap_&lt;BR /&gt;
	LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol __imp_GetCommandLineA&lt;BR /&gt;
	libifcoremt.lib(for_init.obj) : error LNK2019: unresolved external symbol __imp_GetACP referenced in function for_rtl_init_wrap_&lt;BR /&gt;
	LIBCMT.lib(mbctype.obj) : error LNK2001: unresolved external symbol __imp_GetACP&lt;BR /&gt;
	LIBCMT.lib(getqloc.obj) : error LNK2001: unresolved external symbol __imp_GetACP&lt;BR /&gt;
	libifcoremt.lib(for_init.obj) : error LNK2019: unresolved external symbol __imp_SetConsoleCtrlHandler referenced in function for_rtl_init_wrap_&lt;BR /&gt;
	LIBCMT.lib(winsig.obj) : error LNK2001: unresolved external symbol __imp_SetConsoleCtrlHandler&lt;BR /&gt;
	libifcoremt.lib(for_aio.obj) : error LNK2019: unresolved external symbol __imp_DeleteCriticalSection referenced in function for__aio_destroy&lt;BR /&gt;
	LIBCMT.lib(mlock.obj) : error LNK2001: unresolved external symbol __imp_DeleteCriticalSection&lt;BR /&gt;
	LIBCMT.lib(ioinit.obj) : error LNK2001: unresolved external symbol __imp_DeleteCriticalSection&lt;BR /&gt;
	LIBCMT.lib(closeall.obj) : error LNK2001: unresolved external symbol __imp_DeleteCriticalSection&lt;BR /&gt;
	libifcoremt.lib(for_aio.obj) : error LNK2019: unresolved external symbol __imp_InitializeCriticalSection referenced in function for__aio_acquire_lun_fname&lt;/P&gt;

&lt;P&gt;Many more of the same type&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;Alison&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 13:38:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014138#M106666</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-16T13:38:48Z</dc:date>
    </item>
    <item>
      <title>These are all references to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014139#M106667</link>
      <description>&lt;P&gt;These are all references to Windows API routines defined in kernel32.lib. Usually this is linked in by default - how are you building the program? Command line or Visual Studio? Can you attach a ZIP of the build log (buildlog.htm if using VS, or the commands used to build from the command line)? You may just need to add kernel32.lib to the link inputs.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 13:47:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014139#M106667</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-07-16T13:47:21Z</dc:date>
    </item>
    <item>
      <title>I used shell command program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014140#M106668</link>
      <description>&lt;P&gt;I used shell command program developed by others. have attached some files that might answer your&lt;/P&gt;

&lt;P&gt;See nemsh.sh&lt;/P&gt;

&lt;P&gt;nfort.sh used to compile to obj files, not sure about ifort64X64.sh&lt;/P&gt;

&lt;P&gt;the nems.sh.out.tracy... contains the command line output from the compiling/linking (where i pulled the error list from)&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;Alison&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 14:14:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014140#M106668</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-16T14:14:05Z</dc:date>
    </item>
    <item>
      <title>This is sort of hard to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014141#M106669</link>
      <description>&lt;P&gt;This is sort of hard to follow, and I don't see the actual ifort command used for compiling (or linking). I see there are many other link errors from your application code, but you didn't ask about those...&lt;/P&gt;

&lt;P&gt;The simple fix is to add "kernel32.lib" to whatever command is doing the linking. I couldn't spot that here. I am uncomfortable with the script that tries to emulate ifortvars.bat but that doesn't seem to be a problem.&lt;/P&gt;

&lt;P&gt;See what you get with this fix and let us know. For what it's worth, I'd have expected the same problems with an older Fortran compiler.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:54:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014141#M106669</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-07-16T15:54:05Z</dc:date>
    </item>
    <item>
      <title>so i changed the nemssh.shell</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014142#M106670</link>
      <description>&lt;P&gt;so i changed the nemssh.shell file from:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; XPRESSDIR="c:\\xpressmp64"; export XPRESSDIR&lt;BR /&gt;
	&amp;nbsp; LIB="c:\\xpressmp64\\lib;c:\\xpressmp64\\bin;$LIB"&lt;BR /&gt;
	&amp;nbsp; OMLLIBS=" OMLDB64.LIB OMLLIB64.LIB OMLLP64.LIB OMLWIN64.LIB OMLXPRS64.LIB xprs.lib"&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	TO&lt;/P&gt;

&lt;P&gt;&amp;nbsp; XPRESSDIR="c:\\xpressmp64"; export XPRESSDIR&lt;BR /&gt;
	&amp;nbsp; LIB="c:\\xpressmp64\\lib;c:\\xpressmp64\\bin;$LIB"&lt;BR /&gt;
	&amp;nbsp; OMLLIBS=" OMLDB64.LIB OMLLIB64.LIB OMLLP64.LIB OMLWIN64.LIB OMLXPRS64.LIB xprs.lib kernel32.lib"&lt;/P&gt;

&lt;P&gt;But no change in error messages, that I could see. Plus the scripts had been creating exe files before (able to compile and link) using Fortran 9.1 - then running into errors. The new version seems to lead to these linking errors that we didn't have before. I only pasted a short version of the many errors into the message since they seemed to have lots of repetition. Maybe you can identify the main errors to be concerned about from the output file that I had sent.&lt;/P&gt;

&lt;P&gt;One question, we are using the "30 day trial version" of the fortran compiler. Are there any lib files that do not come with the trial version that might be leading to errors?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;alison&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:30:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014142#M106670</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-16T16:30:19Z</dc:date>
    </item>
    <item>
      <title>No, there's nothing missing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014143#M106671</link>
      <description>&lt;P&gt;No, there's nothing missing from the trial version other than Visual Studio Shell. It could be that the newer libraries are referencing additional Windows API routines.&lt;/P&gt;

&lt;P&gt;Would you please add /verbose:libs to the link options and attach a zip of the output? I am not sure what you are using to link.&lt;/P&gt;

&lt;P&gt;What did you install to supply the Microsoft tools and libraries? Do you have a version of Visual Studio installed? If Windows SDK, which version?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014143#M106671</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-07-16T17:27:36Z</dc:date>
    </item>
    <item>
      <title>OK - I made the changes to</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014144#M106672</link>
      <description>&lt;P&gt;OK - I made the changes to the xilink line in the shell&lt;/P&gt;

&lt;P&gt;xilink /out:nems.exe /incremental:no&amp;nbsp; /debug /map:nems.map /FORCE /NODEFAULTLIB:"libc.lib" /DELAYLOAD:"aimmslink.dll" /verbose:libs @nems.objs $OMLLIBS aimmslink64.lib delayimp64.lib kernel32.lib&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; xilink /out:intercv.exe /incremental:no /debug /FORCE /NODEFAULTLIB:"libc.lib" /DELAYLOAD:"aimmslink.dll" /verbose:libs @intercv.objs aimmslink64.lib delayimp64.lib kernel32.lib&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; xilink /out:tfiler.exe /incremental:no /debug /map:tfiler.map /FORCE /NODEFAULTLIB:"libc.lib" /DELAYLOAD:"aimmslink.dll" /verbose:libs @tfiler.objs aimmslink64.lib delayimp64.lib kernel32.lib&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:57:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014144#M106672</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-16T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Maybe the directory for</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014145#M106673</link>
      <description>&lt;P&gt;Maybe the directory for kernel32.ib isn't known at the link step. Search your hard drive for kernel32.lib and include the appropriate directory in the LIB= line above. Note that you will find at least two: one for x86 and one for x64.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:00:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014145#M106673</guid>
      <dc:creator>JVanB</dc:creator>
      <dc:date>2015-07-16T19:00:56Z</dc:date>
    </item>
    <item>
      <title>The directory was long and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014146#M106674</link>
      <description>&lt;P&gt;The directory was long and complicated and I wasn’t sure how to translate windows into the shell language for long folder names with spaces…&lt;/P&gt;

&lt;P&gt;So I copied kernel32.lib (from the x64 folder) to the folder where the other LIB files were … but no luck.&lt;/P&gt;

&lt;P&gt;Do you think I should still try the LIB= thing or would copying the file to a known spot do the same thing?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:54:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014146#M106674</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-16T19:54:07Z</dc:date>
    </item>
    <item>
      <title>Sorry - that should have been</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014147#M106675</link>
      <description>&lt;P&gt;Sorry - that should have been /verbose:lib - no s on the end. Please try again.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 23:41:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014147#M106675</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-07-16T23:41:54Z</dc:date>
    </item>
    <item>
      <title>OK - here it is - would the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014148#M106676</link>
      <description>&lt;P&gt;OK - here it is - would the search in C++ directory be the issue?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014148#M106676</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-17T15:14:58Z</dc:date>
    </item>
    <item>
      <title>I am not sure if this is the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014149#M106677</link>
      <description>&lt;P&gt;I am not sure if this is the reason, but it should be easy to check if it is:&lt;/P&gt;

&lt;P&gt;Near the top of the linker output in #11, I see "&amp;nbsp;Searching C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\lib\kernel32.lib". That is probably a 32-bit library, and the linker should have been told to use "C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\lib\x64\kernel32.lib". Do you have the ..\lib\x64 subdirectory?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:26:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014149#M106677</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-07-17T15:26:47Z</dc:date>
    </item>
    <item>
      <title>I don't have that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014150#M106678</link>
      <description>&lt;P&gt;I don't have that subdirectory in "program files" tree...&lt;/P&gt;

&lt;P&gt;Under Users/../Visual Studio/documents I have&lt;/P&gt;

&lt;P&gt;test1/test1/x64&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;lib1/lib1/x64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:40:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014150#M106678</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-17T15:40:53Z</dc:date>
    </item>
    <item>
      <title>It is possible that you have</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014151#M106679</link>
      <description>&lt;P&gt;It is possible that you have only a 32 bit Microsoft SDK installed, or that the SDK is damaged. You can check in the start menu or the AppWiz control panel to see details about the versions of the SDK(s) installed on your system. Can you build a simple 64 bit C program on your system? That is, do you have all the components (C compiler, tools and libraries) to make that work?&lt;/P&gt;

&lt;P&gt;I don't think that there is anything to see in \Users\... for the present purposes.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 16:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014151#M106679</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-07-17T16:12:00Z</dc:date>
    </item>
    <item>
      <title>hmm.. that seems beyond what</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014152#M106680</link>
      <description>&lt;P&gt;hmm.. that seems beyond what i can readily do but I will pass this along to our consultant who can. Do you have any suggested next steps assuming that I could create a simple 64 bit C program?&lt;/P&gt;

&lt;P&gt;thanks for your help!&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:05:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014152#M106680</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-17T17:05:45Z</dc:date>
    </item>
    <item>
      <title>I actually hoped that your</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014153#M106681</link>
      <description>&lt;P&gt;I actually hoped that your attempt to build and run a C program would fail, since I know what to prescribe in that case!&lt;/P&gt;

&lt;P&gt;The explanation is simple. Intel Fortran uses a number of build tools that are supplied with MS C/C++. Therefore, if a C build fails, there is a good chance that fixing this issue would also fix related Fortran build issues. Along the same lines, you can try building a 64-bit EXE in an IFort command window using a simple console program source.&lt;/P&gt;

&lt;P&gt;You are making heavy use of Unix shell scripts. What environment do you have on Windows to support running those scripts?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 18:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014153#M106681</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-07-17T18:51:00Z</dc:date>
    </item>
    <item>
      <title>yes the code and scripts are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014154#M106682</link>
      <description>&lt;P&gt;yes the code and scripts are provided by others.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;we use MKS toolkit, korn shell for running these&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 19:13:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014154#M106682</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-17T19:13:09Z</dc:date>
    </item>
    <item>
      <title>Alison,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014155#M106683</link>
      <description>&lt;P&gt;Alison,&lt;/P&gt;

&lt;P&gt;I may be wrong but I believe if you just included &amp;nbsp;-luser32 -lgdi32&amp;nbsp; libs from the Windows dll folder rhwen your link will find the external references.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Brooks Van Horn&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 19:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014155#M106683</guid>
      <dc:creator>Brooks_Van_Horn</dc:creator>
      <dc:date>2015-07-17T19:58:59Z</dc:date>
    </item>
    <item>
      <title>That "Microsoft Visual C++</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014156#M106684</link>
      <description>&lt;P&gt;That "Microsoft Visual C++ Toolkit 2003" is very likely to be at least part of the problem. &amp;nbsp;There was probably no x64 library in that version, as x64 support didn't appear until VS2005. You shouldn't even have that folder in the libraries search list. My guess is that this is a very old install and it is still defined in the LIB system environment variable and messing up the links.&lt;/P&gt;

&lt;P&gt;Please show us the output of the following.&lt;/P&gt;

&lt;P&gt;Click on the Start button and type "cmd.exe" (no quotes) into the search box - click on it when it appears. Type:&lt;/P&gt;

&lt;P&gt;cd \&lt;BR /&gt;
	set lib &amp;gt; lib.txt&lt;/P&gt;

&lt;P&gt;Show the contents of lib.txt in C:\ (you can "cd" to a different place if you prefer.)&lt;/P&gt;

&lt;P&gt;In Visual Studio, select Tools &amp;gt; Options &amp;gt; Intel Visual Fortran &amp;gt; Compilers. Click on the ... next to Libraries. Copy the contents and paste it here.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 13:20:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014156#M106684</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-07-20T13:20:48Z</dc:date>
    </item>
    <item>
      <title>steve</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014157#M106685</link>
      <description>&lt;P&gt;steve&lt;/P&gt;

&lt;P&gt;I tried those steps but failed&lt;/P&gt;

&lt;P&gt;the set lib &amp;gt;lib.txt returned "access denied"&lt;/P&gt;

&lt;P&gt;in Visual Studio, I found Tools &amp;gt; options ... but Fortran was not listed there (C++ was and other options just no Fortran)&lt;/P&gt;

&lt;P&gt;We are trying to order Fortran 11.1 - hoping that install will help&lt;/P&gt;

&lt;P&gt;Alison&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 15:29:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/LIBCMT-LIB-external-symbol-error/m-p/1014157#M106685</guid>
      <dc:creator>Alison_B_</dc:creator>
      <dc:date>2015-07-22T15:29:32Z</dc:date>
    </item>
  </channel>
</rss>

