Author Topic: C::B / Fortran:Problem with correct order of compilation of sources with modules  (Read 3658 times)

Offline FCM

  • Multiple posting newcomer
  • *
  • Posts: 10
It seems C::B does not control correct order of compilation in case of using fortran modules in separate sources in fortran console & static lib applications. This error occurs while "rebuilding" the project : can't open *.mod-file. But in case of separate building of the source with module and following building the project everything is OK.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7790
    • My Best Post
I suggest searching on this. I think it was asked once before; I am not sure if it was answered.
The question might not related; I do not remember FORTRAN very well.

http://forums.codeblocks.org/index.php/topic,12672.0.html

Tim S.
« Last Edit: August 30, 2010, 08:19:14 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline FCM

  • Multiple posting newcomer
  • *
  • Posts: 10
Thanks very much for reference!