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

Linker error LNK1104

jiba123
Beginner
630 Views
Hi
I have intel fortran compiler 9.0 on windows xp. The my program compiles ok. but when I am trying to link, I am facing link error.
error:
LINK : fatal error LNK1104: cannot open file 'libifportmd.lib
but in my system varibales in lib, path for that library is there.
I cannot able what's happening?
My system variables
lib:
C:Program FilesMicrosoft Visual Studio .NET 2003VC7ATLMFCLIB;C:Program FilesMicrosoft Visual Studio .NET 2003VC7LIB;C:Program FilesMicrosoft Visual Studio .NET 2003VC7PlatformSDKlibprerelease;C:Program FilesMicrosoft Visual Studio .NET 2003VC7PlatformSDKlib;C:Program FilesMicrosoft Visual Studio .NET 2003SDKv1.1lib;C:Program FilesMicrosoft Visual Studio .NET 2003SDKv1.1Lib;C:Program FilesIntelCompilerFORTRAN9.0IA32Lib
path:
%SYSTEMROOT%SYSTEM32;%SYSTEMROOT%;%SYSTEMROOT%SYSTEM32WBEM;C:PROGRAM FILESCOMMON FILESADAPTEC SHAREDSYSTEM;C:PROGRAM FILESQUICKTIMEQTSYSTEM;S:SIMEXEC41BIN;S:SUALLOAD;C:PROGRAM FILESCOMMON FILESADOBEAGL;%IFORT_COMPILER90%IA32BIN;C:PROGRAM FILESMICROSOFT VISUAL STUDIO .NET 2003VC7BIN;C:PROGRAM FILESMICROSOFT VISUAL STUDIO .NET 2003COMMON7IDE
with regards
jibananda
0 Kudos
1 Reply
Steven_L_Intel1
Employee
630 Views
Are you building from the command line or the Visual Studio IDE? The IDE does not use the environment variables - it uses the lists under Tools..Options..Intel Fortran.
0 Kudos
Reply