Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29236 Discussions

11.1.035 (ia32) install problem?, falling back on 10.1 again!

Greynolds__Alan
Beginner
704 Views
I downloaded w_cprof_p_11.1.035_ia32.exe. The install went OK (tried both full and custom). However, when I run from the command line (after ifortvars_ia32.bat), at LINK it "cannot open file LIBCMT.lib"(and ImageHlp during IPO). This was not a problem with the lastBeta!

Al Greynolds
0 Kudos
5 Replies
Steven_L_Intel1
Employee
704 Views
This is unlikely to be an install problem, but maybe. Please attach your ifortvars_ia32.bat file to a reply here.
0 Kudos
Greynolds__Alan
Beginner
704 Views
This is unlikely to be an install problem, but maybe. Please attach your ifortvars_ia32.bat file to a reply here.

@echo off
Rem
Rem Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
Rem
Rem The information and source code contained herein is the exclusive property
Rem of Intel Corporation and may not be disclosed, examined, or reproduced in
Rem whole or in part without explicit written authorization from the Company.
Rem

Rem Intel Visual Fortran Compiler Professional Build Environment for applications running on IA-32

echo.
echo Intel Visual Fortran Compiler Professional for applications running on IA-32, Version 11.1.035
echo Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
echo.

if {%1} EQU {vs2008} (
@call echo.
) else (
if {%1} EQU {vs2005} (
@call echo.
) else (
@call "C:Program FilesIntelCompiler11.1�35binia32vsshell2008vars_ia32.bat"
)
)

title Intel Visual Fortran Compiler Professional for applications running on IA-32, Version 11.1.035 build environment

echo.

SET IFORT_COMPILER11=C:Program FilesIntelCompiler11.1�35

SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses

SET PATH=%IFORT_COMPILER11%Binia32;%PATH%

SET LIB=%IFORT_COMPILER11%Libia32;%LIB%

SET INCLUDE=%IFORT_COMPILER11%Include;%IFORT_COMPILER11%Includeia32;%INCLUDE%
0 Kudos
Steven_L_Intel1
Employee
704 Views
Ok - you're using Visual Studio 2008 Shell. What are the contents of C:Program FilesIntelCompiler11.1�35binia32vsshell2008vars_ia32.bat"? Are you invoking ifortvars.bat directly (you should) or the _ia32.bat (you shouldn't.) Are you supplying any arguments?
0 Kudos
Greynolds__Alan
Beginner
704 Views
Ok - you're using Visual Studio 2008 Shell. What are the contents of C:Program FilesIntelCompiler11.1�35binia32vsshell2008vars_ia32.bat"? Are you invoking ifortvars.bat directly (you should) or the _ia32.bat (you shouldn't.) Are you supplying any arguments?
I have tried ifortvars_ia32.bat (the one I sent you) and ifortvars.bat with argumentsbut get the same result.

Here's what i have found:

I have multiple Visual Studios installed including "8" and a new "9.0" that appears to have be installed at the same time I did the VF 11.1.035 this morning. The referenced vshellvars2008_ia32.bat points to this new 9.0 which does not have a LIBCMT.lib! If I edit this bat to change 9.0 to 8 and restart ifortvars_ia32.bat, everything now works fine as before

Al
0 Kudos
Steven_L_Intel1
Employee
704 Views
My guess is that you had Visual Studio 2005 Premier Partner Edition and now the Visual Studio 2008 Shell. The VS2008 Shell should have installed a LIBCMT, though it won't be in with the Fortran libraries. Please show me the contents of that "vsshell" BAT file.
0 Kudos
Reply