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

warning #10268: Microsoft compiler version 6.0 or earlier is not supported

markus
Beginner
1,265 Views
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
0 Kudos
3 Replies
Steven_L_Intel1
Employee
1,265 Views
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?
0 Kudos
markus
Beginner
1,265 Views
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?

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.0�66fortranBinia32;
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.
0 Kudos
Steven_L_Intel1
Employee
1,265 Views
Please show me the ifort command giving this warning in this environment.
0 Kudos
Reply