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

Trying to compile

festuc2
Beginner
706 Views
Hi,
We are thinking to buy Intel Fortran Compiler but before we would like to try it. We have problemes however when runing the trial version in a Windows 2003 server. We have also installed the Visual C++ Express and the Windows SDK, folowing intructionswe have found in yourforum.
But now when we compile this error apears:
C:Monturiolelenamodeloadella>ifort pom97_4b.f
Intel Fortran Compiler for 32-bit applications, Version 9.1 Build 20070109
Z Package ID: W_FC_C_9.1.034
Copyright (C) 1985-2007 Intel Corporation. All rights reserved.
30 DAY EVALUATION LICENSE
ifort: NOTE: The evaluation period for this product ends on 23-feb-2007 UTC.
ifort: warning: Microsoft Visual C++ not found in path
Microsoft Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
-out:pom97_4b.exe
-subsystem:console
pom97_4b.obj
libifcoremt.lib(for_vm.obj) : error LNK2019: smbolo externo __aligned_malloc si
n resolver al que se hace referencia en la funcin _for__spec_align_alloc.
libifcoremt.lib(for_vm.obj) : error LNK2019: smbolo externo __aligned_free sin
resolver al que se hace referencia en la funcin _for_deallocate.
pom97_4b.exe : fatal error LNK1120: 2 externos sin resolver
We have also the environmental variables
IDB_PATH
C:Archivos de programaIntel
LIB
C:MSDEVLIB;C:Archivos de programaIntelCompilerFortran9.1IA32Lib;C:Archivos de programaMicrosoft Platform SDK for Windows Server 2003 R2Lib;
path
c:archivos de programaimagemagick-6.3.0-q16;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSsystem32wbem;C:Archivos de programaMATLAB71inwin32;;C:MSDEVBIN;%IDB_PATH%IDB9.1IA32Script;C:Archivos de programaIntelCompilerFortran9.1IA32Bin
On the other side we have run the program in Linux environment and it runs well. Could you please, let us know what we have to do to run the trial version of IIntel Fortran Compiler runing in our computer in Windows?
Thank you very much
0 Kudos
1 Reply
Steven_L_Intel1
Employee
706 Views

Did you install Fortran after installing Visual C++? You need to do it in that order. You also should start your command prompt session using Start>Programs>Intel Software Development Tools>Intel Fortran Compiler 9.1>Build Environment for IA-32 Applications,

Try uninstalling and reinstalling Intel Fortran and see if the problem is still there. Let me know.

0 Kudos
Reply