<?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 Re: fatal error LNK1104: cannot open file 'ifconsol.lib' in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801170#M37757</link>
    <description>That looks ok. You might see if adding the /verbose switch to the link command gives any interesting additional information.&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Aug 2006 22:10:30 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2006-08-29T22:10:30Z</dc:date>
    <item>
      <title>fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801162#M37749</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to build an application out of several source files.
Compilation goes on OK, but at linking I keep getting the message:&lt;BR /&gt;
&lt;BR /&gt;
LINK: fatal error LNK1104: cannot open file 'ifconsol.lib'&lt;BR /&gt;
&lt;BR /&gt;
and the linking halts.&lt;BR /&gt;
&lt;BR /&gt;
Here what SET command gives:&lt;BR /&gt;
&lt;BR /&gt;
SET Lib&lt;BR /&gt;
&lt;BR /&gt;
LIB=C:Program FilesIntelCompilerFortran9.1EM64TLib;C:Program
FilesMicrosoft Platform SDK for Windows Server 2003
R2LibAMD64;C:Program FilesMicrosoft Platform SDK for Windows Server
2003 R2LibAMD64atlmfc;&lt;BR /&gt;
&lt;BR /&gt;
The ifconsol.lib file is located in:&lt;BR /&gt;
&lt;BR /&gt;
C:Program FilesIntelCompilerFortran9.1em64tLib&lt;BR /&gt;
&lt;BR /&gt;
So, why doesn't the compiler see this library?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:53:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801162#M37749</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-29T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801163#M37750</link>
      <description>Are all the compilations using the 64-bit compilers, linker, etc, such that all .obj have the /machine:amd64 tag? The link program must be the one in the amd64 directory, with its path shown in Program FilesIntelCompilerFortran9.1EM64T&amp;#8;inifort.cfg.</description>
      <pubDate>Tue, 29 Aug 2006 16:51:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801163#M37750</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2006-08-29T16:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801164#M37751</link>
      <description>No, I was not using this tag. But, I am not building an application for
that platform, but for Pentium D EM64T. Should I put the tag anyway?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 16:59:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801164#M37751</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-29T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801165#M37752</link>
      <description>I'd wonder which linker you're getting. Are you sure it's the EM64T linker? Do you have Visual Studio 2005 or the Platform SDK installed?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 20:17:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801165#M37752</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-29T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801166#M37753</link>
      <description>Microsoft uses "AMD64" to identify the platform which is also supported by Intel processors with EM64T (now called "Intel 64") But that option is probably not what's causing this issue.&lt;BR /&gt;&lt;BR /&gt;What's the full path to the linker being used and what's the complete output from the link?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 20:20:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801166#M37753</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-29T20:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801167#M37754</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am getting the output from the linker:&lt;BR /&gt;
&lt;BR /&gt;
Microsoft  Incremental Linker Version 8.00.40310.39&lt;BR /&gt;
Copyright (C) Microsoft Corporation. All rights reserved.&lt;BR /&gt;
&lt;BR /&gt;
then I get the list of created object files and then at the end:&lt;BR /&gt;
&lt;BR /&gt;
LINK: fatal error LNK 1104: cannot open file 'ifconsol.lib'&lt;BR /&gt;
NMAKE: fatal error U1077: 'ifort' : return code '0x450'&lt;BR /&gt;
Stop.&lt;BR /&gt;
&lt;BR /&gt;
What should I do?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 20:37:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801167#M37754</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-29T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801168#M37755</link>
      <description>Please post the link command used (get nmake to show you). Also, show the output of SET PATH.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 21:21:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801168#M37755</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-29T21:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801169#M37756</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
the output of SET PATH is:&lt;BR /&gt;
&lt;BR /&gt;
Path=C:Program FilesIntelCompilerFortran9.1EM64TBin;C:Program
FilesMicrosoft Platform SDK for Windows Server 2003
R2BinWin64x86AMD64;C:Program FilesMicrosoft Platform SDK for
Windows Server 2003 R2Bin;C:Program FilesMicrosoft Platform SDK for
Windows Server 2003 R2BinWinNT;C:Program FilesMicrosoft Visual
StudioCommonTools;C:Program FilesMicrosoft Visual
StudioCommonMsdev98BIN;C:Program FilesMicrosoft Visual
StudioDF98BIN;C:Program FilesMicrosoft Visual
StudioVC98BIN;C:PROGRA~1BorlandCBUILD~2ProjectsBpl;C:PROGRA~1BorlandCBUILD~2Bin;C:PROGRA~1BorlandCBUILD~1Bin;C:PROGRA~1BorlandCBUILD~1ProjectsBpl;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program
FilesCommon
FilesAdobeAGL;C:PROGRA~1ULTRAEDT;c:matlabr12&amp;#8;inwin32;C:FEKO&amp;#8;in;C:FEKOInterOpcode&amp;#8;in;C:Program
FilesIntelCompilerFortran9.0IA32Bin;C:Program
FilesIntelIDB9.0IA32Script;;C:Program FilesMathWorksMATLAB
Component Runtimev73
untimewin32;C:Program FilesMicrosoft Platform
SDK for Windows Server 2003 R2Binwin64;C:Program FilesMicrosoft
Visual Studio .NET 2003Vc7&amp;#8;in;C:Program
FilesIntelCompilerFortran9.0EM64TBin;C:Program
FilesIntelCompilerFortran9.0EM64TLib;C:Program
FilesIntelCompilerFortran9.1IA32Bin;C:Program FilesI&lt;BR /&gt;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH&lt;BR /&gt;
&lt;BR /&gt;
and the link command is:&lt;BR /&gt;
&lt;BR /&gt;
link &lt;BR /&gt;
-out:wipler.exe &lt;BR /&gt;
-subsystem:console &lt;BR /&gt;
sx32w.lib &lt;BR /&gt;
basel.obj &lt;BR /&gt;
...&lt;BR /&gt;
Spromeps.obj&lt;BR /&gt;
&lt;BR /&gt;
and that's it.&lt;BR /&gt;
&lt;BR /&gt;
Is this what you needed to see? I am not sure if gave you the right information.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 21:45:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801169#M37756</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-29T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801170#M37757</link>
      <description>That looks ok. You might see if adding the /verbose switch to the link command gives any interesting additional information.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 22:10:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801170#M37757</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-29T22:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801171#M37758</link>
      <description>I tried to add this option but the compiler doesn't recognize it.&lt;BR /&gt;
&lt;BR /&gt;
Can someone help with an advice what to do? This linker error is very frustrating.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 14:54:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801171#M37758</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-30T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801172#M37759</link>
      <description>I assumed your makefile had a separate link command. To add it to ifort, precede it with /link and put it at the end.&lt;BR /&gt;&lt;BR /&gt;If you need further help I suggest filing a support request with Intel Premier Support and include all the information I asked for here, including the "verbose" output.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 21:04:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801172#M37759</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-30T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801173#M37760</link>
      <description>Here is what I get with the /verbose option (during linking):&lt;BR /&gt;
&lt;BR /&gt;
Starting pass 1&lt;BR /&gt;
Processed /DEFAULTLIB:ifconsol&lt;BR /&gt;
Processed /DEFAULTLIB:libifcore&lt;BR /&gt;
Processed /DEFAULTLIB:libifport&lt;BR /&gt;
Processed /DEFAULTLIB:libm&lt;BR /&gt;
Processed /DEFAULTLIB:LIBC&lt;BR /&gt;
Processed /DEFAULTLIB:libirc&lt;BR /&gt;
Processed /DEFAULTLIB:OLDNAMES&lt;BR /&gt;
Processed /DEFAULTLIB:bufferoverflowu&lt;BR /&gt;
Processed /DEFAULTLIB:IFWIN.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:ADVAPI32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:COMDLG32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:GDI32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:KERNEL32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:LZ32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:MPR.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:SHELL32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:USER32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:VERSION.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:WINMM.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:WINSPOOL.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:WSOCK32.LIB&lt;BR /&gt;
Processed /DEFAULTLIB:iflogm.lib&lt;BR /&gt;
Processed /DEFAULTLIB:comctl32.lib&lt;BR /&gt;
&lt;BR /&gt;
Searching libraries&lt;BR /&gt;
 Searching sx32w.lib:&lt;BR /&gt;
 Found RNBOsproFormatPacket&lt;BR /&gt;
 Referenced in WIPLKEY.obj&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Found RNBOsproInitialize&lt;BR /&gt;
 Referenced in WIPLKEY.obj&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Found RNBOsproFindFirstUnit&lt;BR /&gt;
 Referenced in WIPLKEY.obj&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Found __IMPORT_DESCRIPTOR_sx32w&lt;BR /&gt;
 Referenced in sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Referenced in sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Referenced in sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Found __NULL_IMPORT_DESCRIPTOR&lt;BR /&gt;
 Referenced in sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Found &amp;#127;sx32w_NULL_THUNK_DATA&lt;BR /&gt;
 Referenced in sx32w.lib(sx32w.dll)&lt;BR /&gt;
 Loaded sx32w.lib(sx32w.dll)&lt;BR /&gt;
LINK : fatal error LNK1104: cannot open file 'ifconsol.lib'&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Drazen&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 14:14:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801173#M37760</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-08-31T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801174#M37761</link>
      <description>Does your makefile define a LIB variable? Can you build a "hello world" program from the command prompt (not using the makefile)?&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 20:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801174#M37761</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-08-31T20:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error LNK1104: cannot open file 'ifconsol.lib'</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801175#M37762</link>
      <description>Steve,&lt;BR /&gt;
&lt;BR /&gt;
you are absolutely right. I do have a LIB variable in the makefile, and
it is preventing the linker to "see" the correct library path. When I
try to build a simple application with a makefile it doesn't work, but
directly from command line it works!&lt;BR /&gt;
&lt;BR /&gt;
I avoided using LIB variable in the makefile, and now I can build any project without error messages!&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your help!&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Drazen&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2006 14:31:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fatal-error-LNK1104-cannot-open-file-ifconsol-lib/m-p/801175#M37762</guid>
      <dc:creator>Dusan_Z_</dc:creator>
      <dc:date>2006-09-01T14:31:32Z</dc:date>
    </item>
  </channel>
</rss>

