<?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: problem with xilib in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852349#M66438</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;What is the output of running ifortvars.bat? This should in turn invoke the appropriate Visual Studio startup script to add VS folders to PATH. It reads as if this is not happening. Also, what is the contents of ifortvars.bat?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;The content of ifortvars.bat:&lt;/P&gt;
&lt;P&gt;@echo off&lt;BR /&gt;Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications&lt;/P&gt;
&lt;P&gt;echo.&lt;BR /&gt;echo Intel Fortran Compiler for applications running on IA-32, Version 10.1.011&lt;BR /&gt;echo Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;BR /&gt;echo.&lt;/P&gt;
&lt;P&gt;SET VSINSTALLDIR=C:Program FilesMicrosoft Visual Studio 8&lt;BR /&gt;SET VCINSTALLDIR=%VSINSTALLDIR%VC&lt;BR /&gt;SET PATH=%VSINSTALLDIR%Common7IDE;%VCINSTALLDIR%BIN;%VSINSTALLDIR%Common7Tools;%VSINSTALLDIR%Common7Toolsbin;%VCINSTALLDIR%PlatformSDKbin;%PATH%&lt;BR /&gt;SET LIB=%VCINSTALLDIR%atlmfclib;%VCINSTALLDIR%lib;%VCINSTALLDIR%PlatformSDKlib;%LIB%&lt;BR /&gt;SET INCLUDE=%VCINSTALLDIR%atlmfcinclude;%VCINSTALLDIR%include;%VCINSTALLDIR%PlatformSDKinclude;%INCLUDE%&lt;/P&gt;
&lt;P&gt;title Intel Fortran Compiler for applications running on IA-32, Version 10.1.011 build environment&lt;/P&gt;
&lt;P&gt;echo.&lt;/P&gt;
&lt;P&gt;SET IFORT_COMPILER10=C:Program FilesIntelCompilerFortran10.1.011&lt;/P&gt;
&lt;P&gt;SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files&lt;/P&gt;
&lt;P&gt;SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses&lt;/P&gt;
&lt;P&gt;SET PATH=%IFORT_COMPILER10%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%&lt;/P&gt;
&lt;P&gt;SET LIB=%IFORT_COMPILER10%Ia32Lib;%LIB%&lt;/P&gt;
&lt;P&gt;SET INCLUDE=%IFORT_COMPILER10%Ia32Include;%INCLUDE%&lt;/P&gt;
&lt;P&gt;if exist "%FNL_DIR%IA32binfnlsetup.bat" call "%FNL_DIR%IA32binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The output of ifortvars that I get is:&lt;/P&gt;
&lt;P&gt;Intel Fortran Compiler for applications running on IA-32, Version 10.1.011&lt;BR /&gt;Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;I think it sets the correct path for Visual Studio?&lt;/P&gt;
&lt;P&gt;The problem appears to be related to the xilib command, it gives the following error:&lt;/P&gt;
&lt;P&gt;xilib: executing 'lib'&lt;/P&gt;
&lt;P&gt;xilib: error spawn_errno_ENOENT: could not find 'lib'&lt;/P&gt;
&lt;P&gt;xilib: error spawn_errno_default: spawn('c:program filesintelcompilerfortran10.1.011ia32binxilink.exe') failed, errno=0&lt;/P&gt;
&lt;P&gt;The system cannot find the file specified.&lt;/P&gt;
&lt;P&gt;The system cannot find the file specified.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2008 09:19:49 GMT</pubDate>
    <dc:creator>krakerad</dc:creator>
    <dc:date>2008-11-10T09:19:49Z</dc:date>
    <item>
      <title>problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852345#M66434</link>
      <description>&lt;P&gt;I am trying to install a software package SEPRAN, which is actually a collection of subroutines written in Fortran. I have installed the Fortran 10.1 compiler in my Windows based machine.&lt;/P&gt;
&lt;P&gt;The SEPRAN library is created by the following:&lt;/P&gt;
&lt;P&gt;lib ini060.obj&lt;BR /&gt;ren ini060.lib sepran.lib&lt;/P&gt;
&lt;P&gt;Originally, the SEPRAN package was developed using Fortran 8. I have replaced the above lines with:&lt;/P&gt;
&lt;P&gt;xilink -lib -out:ini060.lib ini060.obj &lt;BR /&gt;ren ini060.lib sepran.lib&lt;/P&gt;
&lt;P&gt;Creating the ini060.lib fails with the following warning:&lt;/P&gt;
&lt;P&gt;xilib: executing 'lib'&lt;/P&gt;
&lt;P&gt;xilib: error spawn_errno_ENOENT: could not find 'lib'&lt;/P&gt;
&lt;P&gt;Can anyone suggest me how to solve this problem? (please note that I am a reasonable dummy with this kind of stuff)&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:31:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852345#M66434</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-06T12:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852346#M66435</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;I would have used "xilib" rather than "xilink -lib" but both work.&lt;/P&gt;
&lt;P&gt;What do you see for:&lt;/P&gt;
&lt;P&gt;lib /?&lt;/P&gt;
&lt;P&gt;How did you start your command prompt session?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:25:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852346#M66435</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-06T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852347#M66436</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;
&lt;P&gt;First, I run this one in a dos box (as you see, I have replaced the Fortran 8 call for the ifortvars command):&lt;/P&gt;
&lt;P&gt;@echo off&lt;BR /&gt;echo Init Sepran Window&lt;/P&gt;
&lt;P&gt;rem call "C:Program FilesMicrosoft Visual StudioDf98bindfvars.bat"&lt;BR /&gt;call "C:Program FilesIntelCompilerFortran10.1.011IA32Binifortvars.bat"&lt;BR /&gt;call "C:SepranBinInitsep.bat"&lt;/P&gt;
&lt;P&gt;echo Sepran Environment Ready..&lt;/P&gt;
&lt;P&gt;The initsep.bat reads:&lt;/P&gt;
&lt;P&gt;SET SPHOME=C:sepran&lt;BR /&gt;SET SPDISK=C:&lt;BR /&gt;set SPINCLUDE=%SPHOME%&lt;BR /&gt;SET INCLUDE=%SPINCLUDE%;%INCLUDE%&lt;BR /&gt;SET PATH=%SPHOME%bin;%PATH%&lt;/P&gt;
&lt;P&gt;Then I run the following bat file:&lt;/P&gt;
&lt;P&gt;@echo off&lt;/P&gt;
&lt;P&gt;echo.&lt;BR /&gt;echo purpose: install sepran&lt;/P&gt;
&lt;P&gt;cd %SPHOME%sourcealg&lt;BR /&gt;call %SPHOME%bincompile *.for&lt;BR /&gt;rem lib ini060.obj -&amp;gt; I have replace the Fortran 8 command lib by xilib&lt;BR /&gt;rem ren ini060.lib sepran.lib &lt;BR /&gt;xilib -out:sepran.lib ini060.obj &lt;BR /&gt;rem xilink -lib -out:ini060.lib ini060.obj -&amp;gt; here it fails and I get this error message&lt;BR /&gt;ren ini060.lib sepran.lib&lt;BR /&gt;move sepran.lib %SPHOME%lib&lt;BR /&gt;call %SPHOME%binmakelib&lt;BR /&gt;cd %SPHOME%sourceintro&lt;BR /&gt;call %SPHOME%bincompile *.for ............................................... etc&lt;/P&gt;
&lt;P&gt;lib /? gives:&lt;/P&gt;
&lt;P&gt;'lib' is not recognized as an internal or external command, operable program or batch file&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:03:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852347#M66436</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-06T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852348#M66437</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;What is the output of running ifortvars.bat? This should in turn invoke the appropriate Visual Studio startup script to add VS folders to PATH. It reads as if this is not happening. Also, what is the contents of ifortvars.bat?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852348#M66437</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-06T15:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852349#M66438</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;What is the output of running ifortvars.bat? This should in turn invoke the appropriate Visual Studio startup script to add VS folders to PATH. It reads as if this is not happening. Also, what is the contents of ifortvars.bat?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;The content of ifortvars.bat:&lt;/P&gt;
&lt;P&gt;@echo off&lt;BR /&gt;Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications&lt;/P&gt;
&lt;P&gt;echo.&lt;BR /&gt;echo Intel Fortran Compiler for applications running on IA-32, Version 10.1.011&lt;BR /&gt;echo Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;BR /&gt;echo.&lt;/P&gt;
&lt;P&gt;SET VSINSTALLDIR=C:Program FilesMicrosoft Visual Studio 8&lt;BR /&gt;SET VCINSTALLDIR=%VSINSTALLDIR%VC&lt;BR /&gt;SET PATH=%VSINSTALLDIR%Common7IDE;%VCINSTALLDIR%BIN;%VSINSTALLDIR%Common7Tools;%VSINSTALLDIR%Common7Toolsbin;%VCINSTALLDIR%PlatformSDKbin;%PATH%&lt;BR /&gt;SET LIB=%VCINSTALLDIR%atlmfclib;%VCINSTALLDIR%lib;%VCINSTALLDIR%PlatformSDKlib;%LIB%&lt;BR /&gt;SET INCLUDE=%VCINSTALLDIR%atlmfcinclude;%VCINSTALLDIR%include;%VCINSTALLDIR%PlatformSDKinclude;%INCLUDE%&lt;/P&gt;
&lt;P&gt;title Intel Fortran Compiler for applications running on IA-32, Version 10.1.011 build environment&lt;/P&gt;
&lt;P&gt;echo.&lt;/P&gt;
&lt;P&gt;SET IFORT_COMPILER10=C:Program FilesIntelCompilerFortran10.1.011&lt;/P&gt;
&lt;P&gt;SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files&lt;/P&gt;
&lt;P&gt;SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses&lt;/P&gt;
&lt;P&gt;SET PATH=%IFORT_COMPILER10%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%&lt;/P&gt;
&lt;P&gt;SET LIB=%IFORT_COMPILER10%Ia32Lib;%LIB%&lt;/P&gt;
&lt;P&gt;SET INCLUDE=%IFORT_COMPILER10%Ia32Include;%INCLUDE%&lt;/P&gt;
&lt;P&gt;if exist "%FNL_DIR%IA32binfnlsetup.bat" call "%FNL_DIR%IA32binfnlsetup.bat"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The output of ifortvars that I get is:&lt;/P&gt;
&lt;P&gt;Intel Fortran Compiler for applications running on IA-32, Version 10.1.011&lt;BR /&gt;Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;I think it sets the correct path for Visual Studio?&lt;/P&gt;
&lt;P&gt;The problem appears to be related to the xilib command, it gives the following error:&lt;/P&gt;
&lt;P&gt;xilib: executing 'lib'&lt;/P&gt;
&lt;P&gt;xilib: error spawn_errno_ENOENT: could not find 'lib'&lt;/P&gt;
&lt;P&gt;xilib: error spawn_errno_default: spawn('c:program filesintelcompilerfortran10.1.011ia32binxilink.exe') failed, errno=0&lt;/P&gt;
&lt;P&gt;The system cannot find the file specified.&lt;/P&gt;
&lt;P&gt;The system cannot find the file specified.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 09:19:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852349#M66438</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-10T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852350#M66439</link>
      <description>&lt;DIV style="margin:0px;"&gt;It seems to boil down to a problem with xilink.exe. If I type&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;xilink -lib -out:ini060.lib ini060.obj&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;in the command line, it comes up with:&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;xilib: executing 'lib'&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;xilib: error spawn_errno_ENOENT: could not find 'lib'&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 10:39:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852350#M66439</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-10T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852351#M66440</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;No, the real problem is shown by "lib /?" not working. Is there a lib.exe in C:Program FilesMicrosoft Visual Studio 8VCBin ?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 12:41:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852351#M66440</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-10T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852352#M66441</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;No, the real problem is shown by "lib /?" not working. Is there a lib.exe in C:Program FilesMicrosoft Visual Studio 8VCBin ?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Hello Steve,&lt;/P&gt;
&lt;P&gt;You seem to be right: there is not even a Bin directory present! Something must have been going wrong with the installation of Visual Studio that came with my Fortran compiler.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 14:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852352#M66441</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-10T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852353#M66442</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Should de fortran compiler integration put the lib.exe into this folder, or should it be there originally after installation of MS Visual Studio?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 14:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852353#M66442</guid>
      <dc:creator>krakerad</dc:creator>
      <dc:date>2008-11-10T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with xilib</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852354#M66443</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;This is part of the Visual Studio install. You should try a reinstall or repair of Visual Studio Premier Partner Edition.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 16:59:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/problem-with-xilib/m-p/852354#M66443</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-10T16:59:25Z</dc:date>
    </item>
  </channel>
</rss>

