<?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: Newb Question - Getting Started Error (Missing LIBC) in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820559#M47459</link>
    <description>&lt;P&gt;1) Reinstallation of Fortran 9.1 (can safely ignore this step)&lt;/P&gt;
&lt;P&gt;a) I uninstalled the software entitled "Intel Visual Fortran Compiler 9.1" and "Intel Visual Fortran Compiler 9.1 Integrations in Microsoft Visual Studio".&lt;/P&gt;
&lt;P&gt;b) I then ran W_FC_C_9.1.033.exe and said "Yes to All" when it asked me if I wanted to replace "C:Program FilesIntelDownloadIntelFortranCompiler91autorun.inf", "ChkLic.dll", etc...&lt;/P&gt;
&lt;P&gt;c) Selected checkboxes to install the compiler "for 32-bit and Itanium-based applications" and "integrations in Microsoft Visual Studio" (ran installation twice, once with updating environment variables and once without)&lt;/P&gt;
&lt;P&gt;d) No errors were reported but it didn't seem there was any place that they could be&lt;/P&gt;
&lt;P&gt;2) Config file correct&lt;/P&gt;
&lt;P&gt;This is my C:Program FilesIntelCompilerFortran9.1IA32Binifort.cfg and thebin folder does exist:&lt;/P&gt;&lt;PRE&gt;# This Configuration file may be used for additional switches&lt;/PRE&gt;&lt;PRE&gt;# Enable Microsoft Visual C++* .NET 8.0 compatibility&lt;/PRE&gt;&lt;PRE&gt;-Qvc8&lt;/PRE&gt;&lt;PRE&gt;# Path to Microsoft Visual C++* .NET 8.0 linker&lt;/PRE&gt;&lt;PRE&gt;-Qlocation,link,"C:Program FilesMicrosoft Visual Studio 8VCBin"&lt;/PRE&gt;&lt;PRE&gt;# *Other names and brands may be claimed as the property of others&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;3) ifortvars.bat still has the link to non-existent folder:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;@call "C:Program FilesMicrosoft Platform SDKSetEnv"&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;4) Same error (with or without /MT)&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;Build command used:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;ifort driver.obj autobt.obj reorder.obj getblksize.obj sensitivity.obj permut.obj ./OBJS/gps.obj -o driver /MT&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;Error Message:&lt;/PRE&gt;&lt;PRE&gt;Fatal error cannot open "LIBC"&lt;BR /&gt;ifort: error: problem during multi-file optimization compilation (code 1)&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;5) Perhaps more importantly, I have a 64-bit system and have reinstalled &lt;/PRE&gt;&lt;PRE&gt;"Build Environment for Fortran EM64T-based applications" and tried building.&lt;/PRE&gt;&lt;PRE&gt;It at least is looking for libcMT but gives the following errors:&lt;BR /&gt;ifort: NOTE: The evaluation period for this product ends on 12-feb-2007 UTC.&lt;BR /&gt;ifort: warning: Microsoft Visual C++ not found in path&lt;BR /&gt;ifort: error: could not find 'cl'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Intel Fortran Compiler for Intel EM64T-based applications, Version 9.1&lt;BR /&gt;Build 20061104&lt;BR /&gt;Copyright (C) 1985-2006 Intel Corporation. All rights reserved.&lt;BR /&gt;30 DAY EVALUATION LICENSE&lt;/PRE&gt;&lt;PRE&gt;ifort: NOTE: The evaluation period for this product ends on 12-feb-2007 UTC.&lt;BR /&gt;ifort: warning: Microsoft Visual C++ not found in path&lt;BR /&gt;ifort: error: could not find 'cl'&lt;BR /&gt;Fatal error cannot open "LIBCMT"&lt;BR /&gt;ifort: error: problem during multi-file optimization compilation (code 1)&lt;/PRE&gt;&lt;PRE&gt;a) ifort.bat for 64-bit version points to non-existent directory:&lt;/PRE&gt;&lt;PRE&gt;call "Microsoft Platform SDKSetEnv" /X64 /RETAIL&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 Jan 2007 08:26:20 GMT</pubDate>
    <dc:creator>joshuarnew</dc:creator>
    <dc:date>2007-01-24T08:26:20Z</dc:date>
    <item>
      <title>Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820557#M47457</link>
      <description>&lt;P&gt; I have Windows XP (fully updated), Fortran 9.1 (evaluation version), and Visual C++ 2005 Express Edition. Initially I had initial errorwhen loading the build environmentbut, as stated in the forums,VC05 SP1 fixed this.(thanks Steve Lionel)&lt;/P&gt;
&lt;P&gt;After VC05 SP1, I have a new problem that I can't find in forums but would think should be common:&lt;/P&gt;
&lt;P&gt;1) When I open the "Build Environment for Fortran IA-32 applications" I get the following information:&lt;/P&gt;
&lt;P&gt;Setting environment for using Microsoft Visual Studio 2005 x86 tools.&lt;BR /&gt;The system cannot find the path specified.&lt;/P&gt;
&lt;P&gt;The system path that cannot be found is from C:Program FilesIntelCompilerFortran9.1IA32BinIfortvars.bat : line10:&lt;/P&gt;
&lt;P&gt;@call "C:Program FilesMicrosoft Platform SDKSetEnv"&lt;/P&gt;
&lt;P&gt;2) C:Program FilesMicrosoft Platform SDK does not exist. Is there a way I can manually set the environment variables necessary to execute this function?&lt;/P&gt;
&lt;P&gt;3) The final problem arises (I believe) from the absense of SetEnv. Compiling with "ifort" is fine, but fails on linking (when trying to create an executable) with the following message:&lt;/P&gt;
&lt;P&gt;Fatal error cannot open "LIBC"&lt;BR /&gt;ifort: error: problem during multi-file optimization compilation (code 1)&lt;/P&gt;
&lt;P&gt;a) I've seen Steve Lionel recompiled f90gl bc it didn't take into account that VC05 doesn't have a libc (instead with libcmt &amp;amp; libcpmt), does ifort have the same problem?&lt;/P&gt;
&lt;P&gt;b) I have VisualC++ 6.0 installed as well (which has libc), but I guess that's too old-school to be compatible with 9.1?&lt;/P&gt;
&lt;P&gt;Any help would be appreciated,&lt;/P&gt;
&lt;P&gt;Joshua New (&lt;A href="http://www.cs.utk.edu/~new"&gt;www.cs.utk.edu/~new&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2007 07:59:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820557#M47457</guid>
      <dc:creator>joshuarnew</dc:creator>
      <dc:date>2007-01-23T07:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820558#M47458</link>
      <description>&lt;P&gt;1) Now, that's odd. I can't figure out why it would be looking for the Platform SDK there. Try uninstalling and reinstalling the IA-32 compiler only. Pay attention to any error messages. It should be referencing a file in your VC2005 install.&lt;/P&gt;
&lt;P&gt;2) See 1.&lt;/P&gt;
&lt;P&gt;3) This should be fixed by getting the compiler install right. It will see that you're using VC2005 and will change the default to /MT from /ML. In VS2005, Microsoft removed the single-threaded static library libc.lib. You can try adding /MT on the ifort command line to see if that helps. But ifort.cfg in the compiler BIN folder should have a -Qvc8 line in it to tell the driver you have VC2005&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2007 08:25:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820558#M47458</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-01-23T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820559#M47459</link>
      <description>&lt;P&gt;1) Reinstallation of Fortran 9.1 (can safely ignore this step)&lt;/P&gt;
&lt;P&gt;a) I uninstalled the software entitled "Intel Visual Fortran Compiler 9.1" and "Intel Visual Fortran Compiler 9.1 Integrations in Microsoft Visual Studio".&lt;/P&gt;
&lt;P&gt;b) I then ran W_FC_C_9.1.033.exe and said "Yes to All" when it asked me if I wanted to replace "C:Program FilesIntelDownloadIntelFortranCompiler91autorun.inf", "ChkLic.dll", etc...&lt;/P&gt;
&lt;P&gt;c) Selected checkboxes to install the compiler "for 32-bit and Itanium-based applications" and "integrations in Microsoft Visual Studio" (ran installation twice, once with updating environment variables and once without)&lt;/P&gt;
&lt;P&gt;d) No errors were reported but it didn't seem there was any place that they could be&lt;/P&gt;
&lt;P&gt;2) Config file correct&lt;/P&gt;
&lt;P&gt;This is my C:Program FilesIntelCompilerFortran9.1IA32Binifort.cfg and thebin folder does exist:&lt;/P&gt;&lt;PRE&gt;# This Configuration file may be used for additional switches&lt;/PRE&gt;&lt;PRE&gt;# Enable Microsoft Visual C++* .NET 8.0 compatibility&lt;/PRE&gt;&lt;PRE&gt;-Qvc8&lt;/PRE&gt;&lt;PRE&gt;# Path to Microsoft Visual C++* .NET 8.0 linker&lt;/PRE&gt;&lt;PRE&gt;-Qlocation,link,"C:Program FilesMicrosoft Visual Studio 8VCBin"&lt;/PRE&gt;&lt;PRE&gt;# *Other names and brands may be claimed as the property of others&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;3) ifortvars.bat still has the link to non-existent folder:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;@call "C:Program FilesMicrosoft Platform SDKSetEnv"&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;4) Same error (with or without /MT)&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;Build command used:&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT face="Times New Roman"&gt;ifort driver.obj autobt.obj reorder.obj getblksize.obj sensitivity.obj permut.obj ./OBJS/gps.obj -o driver /MT&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;Error Message:&lt;/PRE&gt;&lt;PRE&gt;Fatal error cannot open "LIBC"&lt;BR /&gt;ifort: error: problem during multi-file optimization compilation (code 1)&lt;/PRE&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;PRE&gt;5) Perhaps more importantly, I have a 64-bit system and have reinstalled &lt;/PRE&gt;&lt;PRE&gt;"Build Environment for Fortran EM64T-based applications" and tried building.&lt;/PRE&gt;&lt;PRE&gt;It at least is looking for libcMT but gives the following errors:&lt;BR /&gt;ifort: NOTE: The evaluation period for this product ends on 12-feb-2007 UTC.&lt;BR /&gt;ifort: warning: Microsoft Visual C++ not found in path&lt;BR /&gt;ifort: error: could not find 'cl'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Intel Fortran Compiler for Intel EM64T-based applications, Version 9.1&lt;BR /&gt;Build 20061104&lt;BR /&gt;Copyright (C) 1985-2006 Intel Corporation. All rights reserved.&lt;BR /&gt;30 DAY EVALUATION LICENSE&lt;/PRE&gt;&lt;PRE&gt;ifort: NOTE: The evaluation period for this product ends on 12-feb-2007 UTC.&lt;BR /&gt;ifort: warning: Microsoft Visual C++ not found in path&lt;BR /&gt;ifort: error: could not find 'cl'&lt;BR /&gt;Fatal error cannot open "LIBCMT"&lt;BR /&gt;ifort: error: problem during multi-file optimization compilation (code 1)&lt;/PRE&gt;&lt;PRE&gt;a) ifort.bat for 64-bit version points to non-existent directory:&lt;/PRE&gt;&lt;PRE&gt;call "Microsoft Platform SDKSetEnv" /X64 /RETAIL&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820559#M47459</guid>
      <dc:creator>joshuarnew</dc:creator>
      <dc:date>2007-01-24T08:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820560#M47460</link>
      <description>&lt;P&gt;You're using the 32-bit compiler on 64-bit Windows?&lt;/P&gt;
&lt;P&gt;The ifort command you show has objects already compiled. Here, the /MT switch is ignored. You need to specify it when you compile the sources. This is why it is still looking for libc.&lt;/P&gt;
&lt;P&gt;I would think that you'd want to use the 64-bit (EM64T) compiler and for that you don't need Visual C++, just the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&amp;amp;displaylang=en"&gt;Platform SDK&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It's not entirely clear to me how you got in this state, but - install the free Platform SDK,re install the EM64T compiler, and use the EM64T compiler. You should be fine then.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2007 21:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820560#M47460</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-01-24T21:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820561#M47461</link>
      <description>I didn't really want to say it in an Intel forum, but I have an AMD Athlon64 3500 CPU with regular Windows Professional (not Windows 64 for fear of compatability issues with some software SDKs I'm working with). That does mean I should use the 32-bit Fortran compiler, right? And, given that I have WinXP Pro, should I still download the linked Platform SDK for Windows Server 2003 (there doesn't seem to be one for WinXP Pro, would Server2003 version be compatible)?</description>
      <pubDate>Sat, 27 Jan 2007 02:19:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820561#M47461</guid>
      <dc:creator>joshuarnew</dc:creator>
      <dc:date>2007-01-27T02:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Question - Getting Started Error (Missing LIBC)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820562#M47462</link>
      <description>&lt;P&gt;It's ok to say AMD here - it won't hurt our feelings - much. :-) &lt;/P&gt;
&lt;P&gt;Since you are running 32-bit Windows you must use the 32-bit compiler. In an earlier reply I saw that you used the 64-bit compiler - don't do that. Use the /QxW switch for best performance on an Athlon 64 processor.&lt;/P&gt;
&lt;P&gt;You don't need the PSDK if you're on 32-bit Windows.&lt;/P&gt;
&lt;P&gt;Please make sure that you are using the "IA-32" compiler and that the ifortvars.bat for the IA-32 compilerinvokes the proper .bat or .cmd file in your VC installation. Add the /watch switch to the ifort command and post the output.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2007 03:06:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Newb-Question-Getting-Started-Error-Missing-LIBC/m-p/820562#M47462</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-01-27T03:06:42Z</dc:date>
    </item>
  </channel>
</rss>

