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

cvf6.5 repeatedly wants to recompile modules which have not changed using make

richardclegg
Beginner
403 Views
I am compiling a large f90 / c++ project.
Via the GUI, the project will compile OK (maybe take two or three builds sometimes to resolve all the modules (despite updating dependencies)
However, compiling through a batch script with a command like:
dfdev my.dsp /MAKE "my - Win32 Release" /REBUILD
always fails.
I tried repeating the buiold from the commandline with many statements:
dfdev my.dsp /MAKE "my - Win32 Release"
But it always fails saying that a certain module cannot be resolved, even though the module has built. Again, through the GUI everything works ok.
????????
Richard
0 Kudos
0 Replies
Reply