<?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 You are probably specifying in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166067#M144374</link>
    <description>&lt;P&gt;You are probably specifying the Compaq calling convention (&lt;STRONG&gt;/iface:cvf&lt;/STRONG&gt;). In the subprograms from which ETIME and ABORT are called, verify that you have a USE IFPORT statement prior to any declarations.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Apr 2020 08:49:53 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2020-04-19T08:49:53Z</dc:date>
    <item>
      <title>error lnk2019,error lnk1120</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166066#M144373</link>
      <description>&lt;P&gt;hello guys;&lt;/P&gt;&lt;P&gt;I'm working on an old fortran project which was made on compaq visual Fortran,and now run it on intel visual fortran composer XE2011(32bit) with visual studio2010(32bit);&lt;/P&gt;&lt;P&gt;When I compile the project I have the following errors :&lt;/P&gt;&lt;P&gt;(timstart.obj) : error LNK2019: unresolved external symbol&amp;nbsp; _ETIME@4，referenced in function _timstart.obj&lt;BR /&gt;3&amp;gt;(timstop.obj) : error LNK2001: unresolved external symbol&amp;nbsp; _ETIME@4&lt;BR /&gt;3&amp;gt;(timset.obj) : error LNK2001: unresolved external symbol&amp;nbsp;_ETIME@4&lt;BR /&gt;3&amp;gt;(fabend.obj) : error LNK2019: unresolved external symbol&amp;nbsp; _ABORT@0，referenced in function _fabend.obj&lt;BR /&gt;3&amp;gt;Release/Relap.exe : fatal error LNK1120: 2 unresolved externals&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank u very much.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 07:46:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166066#M144373</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T07:46:27Z</dc:date>
    </item>
    <item>
      <title>You are probably specifying</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166067#M144374</link>
      <description>&lt;P&gt;You are probably specifying the Compaq calling convention (&lt;STRONG&gt;/iface:cvf&lt;/STRONG&gt;). In the subprograms from which ETIME and ABORT are called, verify that you have a USE IFPORT statement prior to any declarations.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 08:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166067#M144374</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-04-19T08:49:53Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 (Blackbelt)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166068#M144375</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 (Blackbelt) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are probably specifying the Compaq calling convention (&lt;STRONG&gt;/iface:cvf&lt;/STRONG&gt;). In the subprograms from which ETIME and ABORT are called, verify that you have a USE IFPORT statement prior to any declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;I found your answer by this:https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/379279&lt;/P&gt;&lt;P&gt;but i don't know how to&amp;nbsp;verify "that you have a USE IFPORT",could you tell more details&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 08:58:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166068#M144375</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T08:58:54Z</dc:date>
    </item>
    <item>
      <title>Are the object files timstart</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166069#M144376</link>
      <description>&lt;P&gt;Are the object files timstart.obj, timstop.obj, timset.obj and fabend.obj compiled from source files in your project, or are they in a library for which you do not have the sources? In your project, have you specified CVF compatibility?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 09:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166069#M144376</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-04-19T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 (Blackbelt)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166070#M144377</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 (Blackbelt) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the object files timstart.obj, timstop.obj, timset.obj and fabend.obj compiled from source files in your project, or are they in a library for which you do not have the sources?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much.&lt;/P&gt;&lt;P&gt;these timstart.f 、timstop.f、timset.f&amp;nbsp; files are in my source files&amp;nbsp;and i can edit them，after compile,then generate timstart.obj、timstop.obj etc.&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;Linking...&lt;BR /&gt;3&amp;gt;Rplib_.lib(gninit.obj) : error LNK2019: unresolved external symbol _GETARG@12，unresolved external symbol _GNINIT&amp;nbsp;&lt;BR /&gt;3&amp;gt;Rplib_.lib(gninit.obj) : error LNK2019: unresolved external symbol _IARGC@0，unresolved external symbol&amp;nbsp;_GNINIT&amp;nbsp;&lt;BR /&gt;3&amp;gt;Rplib_.lib(timstart.obj) : error LNK2019: unresolved external symbol _ETIME@4，unresolved external symbol&amp;nbsp;_TIMSTART&amp;nbsp;&lt;BR /&gt;3&amp;gt;Replib_.lib(timstop.obj) : error LNK2001: unresolved external symbol _ETIME@4&lt;BR /&gt;3&amp;gt;Enlib_.lib(timset.obj) : error LNK2001: unresolved external symbol _ETIME@4&lt;BR /&gt;3&amp;gt;Enlib_.lib(fabend.obj) : error LNK2019: unresolved external symbol _ABORT@0，unresolved external symbol _FABEND&amp;nbsp;&lt;BR /&gt;3&amp;gt;Release/Rlap.exe : fatal error LNK1120: 4 unresolved external symbol&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 09:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166070#M144377</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T09:21:00Z</dc:date>
    </item>
    <item>
      <title>In each subprogram within</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166071#M144378</link>
      <description>&lt;P&gt;In each subprogram within which one or more non-standard subroutines or functions such as ETIME and ABORT are called, insert a USE IFPORT statement immediately after&amp;nbsp;the subroutine/function line. After making these changes, recompile and rebuild.&lt;/P&gt;&lt;P&gt;If you still have problems after you do so, please zip up all the source files and attach the zip file to your reply.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 09:41:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166071#M144378</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-04-19T09:41:00Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 (Blackbelt)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166072#M144379</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 (Blackbelt) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In each subprogram within which one or more non-standard subroutines or functions such as ETIME and ABORT are called, insert a USE IFPORT statement immediately after&amp;nbsp;the subroutine/function line. After making these changes, recompile and rebuild.&lt;/P&gt;&lt;P&gt;If you still have problems after you do so, please zip up all the source files and attach the zip file to your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it didn't work&lt;/P&gt;&lt;P&gt;Enlib\timset.f(80): error #6401: The attributes of this name conflict with those made accessible by a USE statement. &amp;nbsp; [ETIME]&lt;/P&gt;&lt;P&gt;LINK : fatal error LNK1104: can't open file“dfor.lib”&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166072#M144379</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T10:09:00Z</dc:date>
    </item>
    <item>
      <title>We are making progress.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166073#M144380</link>
      <description>&lt;P&gt;We are making progress.&lt;/P&gt;&lt;P&gt;Please show a few source lines in the neighborhood of the offending line (timset.f90, line 80). If it is a type declaration or an interface to ETIME, remove or comment out the declaration.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:14:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166073#M144380</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-04-19T10:14:49Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 (Blackbelt)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166074#M144381</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 (Blackbelt) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are making progress.&lt;/P&gt;&lt;P&gt;Please show a few source lines in the neighborhood of the offending line (timset.f90, line 80). If it is a type declaration or an interface to ETIME, remove or comment out the declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;i delete many statement of etime,abort,getarg,irgc&lt;/P&gt;&lt;P&gt;like :real*4 etime,external etime&lt;/P&gt;&lt;P&gt;after delet them ,it works, thank u very very very much!!!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:39:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166074#M144381</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T10:39:44Z</dc:date>
    </item>
    <item>
      <title>I am glad to hear that you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166075#M144382</link>
      <description>&lt;P&gt;I am glad to hear that you were able to overcome the problems!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166075#M144382</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-04-19T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 (Blackbelt)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166076#M144383</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 (Blackbelt) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad to hear that you were able to overcome the problems!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u very much！！&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 10:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-lnk2019-error-lnk1120/m-p/1166076#M144383</guid>
      <dc:creator>kuan__JIANG</dc:creator>
      <dc:date>2020-04-19T10:53:35Z</dc:date>
    </item>
  </channel>
</rss>

