- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After upgrading to compiler version 11.0.072 I get the warning mentioned above. I have to explicitly set /Qvc7.1 to avoid it. Shouldn't the compiler look for installed version?
Markus
Markus
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This message comes out when the compiler looks to see which version of Visual Studio is being used and it either doesn't find what it wants or finds an old version. Are you seeing this from within VS or from the command line? If from the command line, please do a SET PATH and paste the output in a reply. Also, paste the first line ofoutput of each of these commands:
cl
link
Lastly, are you using the bundled Visual Studio Premier Partner Edition?
cl
link
Lastly, are you using the bundled Visual Studio Premier Partner Edition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
This message comes out when the compiler looks to see which version of Visual Studio is being used and it either doesn't find what it wants or finds an old version. Are you seeing this from within VS or from the command line? If from the command line, please do a SET PATH and paste the output in a reply. Also, paste the first line ofoutput of each of these commands:
cl
link
Lastly, are you using the bundled Visual Studio Premier Partner Edition?
cl
link
Lastly, are you using the bundled Visual Studio Premier Partner Edition?
I am working on a command line. With previous compiler versions /Qvc 7.1 was not needed. In Visual Studio 2003 it is explicitly set under Options -> Intel Visual Fortran -> Compilers -> Default Options.
My path
Path=C:ProgrammeIntelCompiler11.066fortranBinia32;
C:ProgrammeMicrosoft Visual Studio .NET 2003Common7IDE;
C:ProgrammeMicrosoft Visual Studio .NET2003VC7BIN;
C:ProgrammeMicrosoft Visual Studio .NET 2003Common7Tools;
C:ProgrammeMicrosoft Visual Studio .NET 2003Common7Toolsbinprerelease;
C:ProgrammeMicrosoft Visual Studio .NET 2003Common7Toolsbin;
C:ProgrammeMicrosoft Visual Studio .NET 2003SDKv1.1bin;
C:WINDOWSMicrosoft.NETFrameworkv1.1.4322;
C:WINDOWSsystem32;
C:WINDOWS;
C:WINDOWSSystem32Wbem;
G:Fortran>cl
Microsoft 32-bit C/C++ Standard Compiler Version 13.10.6030 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
G:Fortran>link
Microsoft Incremental Linker Version 7.10.6030
Copyright (C) Microsoft Corporation. All rights reserved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please show me the ifort command giving this warning in this environment.

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