- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Al Greynolds
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is unlikely to be an install problem, but maybe. Please attach your ifortvars_ia32.bat file to a reply here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
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.135binia32vsshell2008vars_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.135
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%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok - you're using Visual Studio 2008 Shell. What are the contents of C:Program FilesIntelCompiler11.135binia32vsshell2008vars_ia32.bat"? Are you invoking ifortvars.bat directly (you should) or the _ia32.bat (you shouldn't.) Are you supplying any arguments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
Ok - you're using Visual Studio 2008 Shell. What are the contents of C:Program FilesIntelCompiler11.135binia32vsshell2008vars_ia32.bat"? Are you invoking ifortvars.bat directly (you should) or the _ia32.bat (you shouldn't.) Are you supplying any arguments?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page