<?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 IMSL library: unresolved external in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786907#M30514</link>
    <description>I use windows 7, 32 bit, Intel Fortran Professional Edition 11.1 with MVS 2008, IMSL 6.0&lt;BR /&gt;&lt;BR /&gt;Here are the compilation/linking command lines taken from the IDE:&lt;BR /&gt;&lt;BR /&gt;/nologo /debug:full /Od /Qsave /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /winapp /c&lt;BR /&gt;&lt;BR /&gt;/OUT:"Debug/ra2d.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files\VNI\imsl\fnl600\IA32\lib" /MANIFEST /MANIFESTFILE:"C:\Users\Raimond\Eigene Programme - Intel\WGV\Debug\ra2d.exe.intermediate.manifest" /DEBUG /PDB:"Debug/ra2d.pdb" /SUBSYSTEM:WINDOWS version.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for any further help&lt;BR /&gt;&lt;BR /&gt;Raimond</description>
    <pubDate>Sun, 14 Nov 2010 16:15:35 GMT</pubDate>
    <dc:creator>Raimond_Dallmann</dc:creator>
    <dc:date>2010-11-14T16:15:35Z</dc:date>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786904#M30511</link>
      <description>&lt;P&gt;I migrated successfully from Compaq to Intel, but now I'm in trouble migrating an existing program with the use of IMSL, which gives me a linker error that the called subroutine is an unresolved external symbol. The message is:&lt;BR /&gt;&lt;BR /&gt;error LNK2019: unresolved external symbol "_UMACH" in function "_SMAT". SMAT.obj &lt;BR /&gt;&lt;BR /&gt;I followed the instruction in &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/" target="_blank"&gt;http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/&lt;/A&gt; &lt;BR /&gt;but no success. &lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2010 15:47:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786904#M30511</guid>
      <dc:creator>Raimond_Dallmann</dc:creator>
      <dc:date>2010-11-13T15:47:44Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786905#M30512</link>
      <description>Please state which versions of Intel Fortran and IMSL were used, and the version of Windows, in particular 32 or 64 bit, because name decorations vary.&lt;BR /&gt;&lt;BR /&gt;If you state the compilation/linking command lines, that would help. If you use the IDE, instead, there is a long list of options that affect the compilation, and if you set any of them to non-default values, those would be needed to be known, as well.&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Nov 2010 14:43:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786905#M30512</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-11-14T14:43:27Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786906#M30513</link>
      <description>Did you add the lines:&lt;BR /&gt;&lt;BR /&gt;INCLUDE 'link_fnl_static.h'&lt;BR /&gt;!DEC$ OBJCOMMENT LIB:'libiomp5md.lib'&lt;BR /&gt;&lt;BR /&gt;to one of your sources?</description>
      <pubDate>Sun, 14 Nov 2010 16:06:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786906#M30513</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-14T16:06:58Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786907#M30514</link>
      <description>I use windows 7, 32 bit, Intel Fortran Professional Edition 11.1 with MVS 2008, IMSL 6.0&lt;BR /&gt;&lt;BR /&gt;Here are the compilation/linking command lines taken from the IDE:&lt;BR /&gt;&lt;BR /&gt;/nologo /debug:full /Od /Qsave /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /winapp /c&lt;BR /&gt;&lt;BR /&gt;/OUT:"Debug/ra2d.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\Program Files\VNI\imsl\fnl600\IA32\lib" /MANIFEST /MANIFESTFILE:"C:\Users\Raimond\Eigene Programme - Intel\WGV\Debug\ra2d.exe.intermediate.manifest" /DEBUG /PDB:"Debug/ra2d.pdb" /SUBSYSTEM:WINDOWS version.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for any further help&lt;BR /&gt;&lt;BR /&gt;Raimond</description>
      <pubDate>Sun, 14 Nov 2010 16:15:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786907#M30514</guid>
      <dc:creator>Raimond_Dallmann</dc:creator>
      <dc:date>2010-11-14T16:15:35Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786908#M30515</link>
      <description>See my earlier reply.</description>
      <pubDate>Sun, 14 Nov 2010 16:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786908#M30515</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-14T16:19:29Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786909#M30516</link>
      <description>Steve, I just added the lines, now the IMSL-subroutine Umach is not longer unresolved external but 2 remain: "_DGVCSP@32" and "_DWRRRN@28" &lt;BR /&gt;&lt;BR /&gt;Raimond &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Nov 2010 16:31:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786909#M30516</guid>
      <dc:creator>Raimond_Dallmann</dc:creator>
      <dc:date>2010-11-14T16:31:15Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786910#M30517</link>
      <description>My guess is that you have the calling convention set as CVF and are not USEing NUMERICAL_LIBRARIES in the routine that calls these. Either set the calling convention to Default (Properties &amp;gt; Fortran &amp;gt; External Procedures) or add USE NUMERICAL_LIBRARIES where IMSL routines are called.</description>
      <pubDate>Sun, 14 Nov 2010 16:58:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786910#M30517</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-14T16:58:37Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786911#M30518</link>
      <description>That problem can be solved by removing the incompatible option "/iface:cvf", as Steve stated.</description>
      <pubDate>Sun, 14 Nov 2010 17:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786911#M30518</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-11-14T17:03:56Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786912#M30519</link>
      <description>You are completly right! I used "IMSL_LIBRARIES" instead of "NUMERICAL_LIBRARIES" &lt;BR /&gt;Now everything works fine. Thank you so much!&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Nov 2010 17:11:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786912#M30519</guid>
      <dc:creator>Raimond_Dallmann</dc:creator>
      <dc:date>2010-11-14T17:11:30Z</dc:date>
    </item>
    <item>
      <title>IMSL library: unresolved external</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786913#M30520</link>
      <description>Glad to hear it. IMSL_LIBRARIES is for when you are using the newer "Fortran 90" interfaces to the IMSL routines, though if you do that I recommend using the individual xxx_INT modules instead. If you use these, you have to change your calls to match the documented "Fortran 90" interface. Or, leave your code alone and use NUMERICAL_LIBRARIES.</description>
      <pubDate>Sun, 14 Nov 2010 17:14:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786913#M30520</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-14T17:14:34Z</dc:date>
    </item>
    <item>
      <title>I tried this but is not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786914#M30521</link>
      <description>I tried this but is not working. Got the following error
ifort /nologo /debug:full /Od /warn:interfaces /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /traceback /check:bounds /libs:static /threads /dbglibs /winapp /4Yportlib /Qmkl:parallel /libdir:noauto /libdir:nouser /c /Qvc10 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Intel Fortran\Microsoft Files\VC\\bin\amd64" "C:\javier\Dropbox\intel\try.f90"

C:\javier\Dropbox\intel\try.f90(2): error #5102: Cannot open include file 'link_fnl_dll.h'
include 'link_fnl_dll.h'</description>
      <pubDate>Mon, 15 Oct 2012 22:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786914#M30521</guid>
      <dc:creator>javier_b_1</dc:creator>
      <dc:date>2012-10-15T22:43:45Z</dc:date>
    </item>
    <item>
      <title>The references to x64 and</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786915#M30522</link>
      <description>The references to x64 and amd64 in the compiler invocation indicate that you are attempting to compile a 64-bit application. Earlier you stated that you have a 32-bit version of the IMSL libraries. This discrepancy needs to be resolved.</description>
      <pubDate>Mon, 15 Oct 2012 23:31:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786915#M30522</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-10-15T23:31:10Z</dc:date>
    </item>
    <item>
      <title>You need to make sure that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786916#M30523</link>
      <description>You need to make sure that you have Visual Studio configured for using IMSL - the compiler can't find the include file.  See &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/" target="_blank"&gt;http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/&lt;/A&gt; for the details.</description>
      <pubDate>Tue, 16 Oct 2012 18:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IMSL-library-unresolved-external/m-p/786916#M30523</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-10-16T18:37:00Z</dc:date>
    </item>
  </channel>
</rss>

