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

this is not a dec fortran module

rahzan
New Contributor I
509 Views
on a
use USER32, only:...

I am getting the compile error:

"this is not a dec fortran module"

on one of two installations of cvf6.6b. The other works ok.

The user32.mod seems to be in place (though no lib)
Does anyone have a clue on what might be wrong?

The compile is done via command line and environment variables are in place.

Tim
0 Kudos
3 Replies
Steven_L_Intel1
Employee
509 Views
If you also have Intel Fortran installed, go to Tools..Options..Directories. For each of the categories, remove the Intel Fortran 7.1 folders from the list.

Steve
0 Kudos
Jugoslav_Dujic
Valued Contributor II
509 Views
Since he's compiling from command line, he'd better check INCLUDE environment variable first.
0 Kudos
Steven_L_Intel1
Employee
509 Views
Oh, right. Installing Intel Fortran adds its folders to the INCLUDE, LIB and PATH environment variables. You'll want to remove those. I suggest not having the LIB and INCLUDE folders defined system-wide and starting the command prompt session using the appropriate shortcut in the CVF or Intel Fortran program group, which will define the right environment variables.

Steve
0 Kudos
Reply