Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] another Pb connected to .mod files

Title: sincerely_yours.txt
Dear Photran users and developers,

I think I have another (at least!) Pb connected to the way gfortran/photran deals with .mod files in automatic makefiles projects.
I get (repeatedly) build errors connected to the fact that photran does not find files corresponding to the name of a module (e.g. dummy), althoug a corresponding file with only the module inside exists (e.g. dymmy.f), apparently even before "make" tries to do anything.
Furthermore, when I try to switch compilers (from gfortran to intel or back, by switching the active "Build configuration"), the make clean that is done at the beginning erases only the .o files and not the .mod files.
Finally when I am using a "Debug" configuration, photran sometimes wants to get some modules from the "Release" directory or vice versa...

=> I am having problems with photran 6.0 automatically  generated makefiles that I did not have before when I use "USE lines" in my main programs.
--
Sincerely yours,

Michel DEVEL

Back to the top