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

ifort compilation

jaeger0
Beginner
495 Views

Hi,

I was using the ifort compiler in dos-shell mode to compile some sample programms.

like "ifort sppr.f90 /MT /nologo"

I got the Error message: "mspdb80.dll" not found., and microsoft incremental linker does not work.

However this dll is not on my system. I'm using visual studio 2005 on Windows Vista 64 bit.

Any idea ?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
495 Views
That DLL should be on your system, but there's a bug in VS2005 in that it gets put in the wrong place. Be sure to install VS2005 SP1 and the Vista update for VS2005 as mentioned in the compiler Installation Guide.
0 Kudos
Reply