Code::Blocks Forums

User forums => Help => Topic started by: FCM on August 30, 2010, 07:33:17 pm

Title: C::B / Fortran:Problem with correct order of compilation of sources with modules
Post by: FCM on August 30, 2010, 07:33:17 pm
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.
Title: Re: C::B / Fortran:Problem with correct order of compilation of sources with modules
Post by: stahta01 on August 30, 2010, 08:13:20 pm
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.
Title: Re: C::B / Fortran:Problem with correct order of compilation of sources with mod
Post by: FCM on August 31, 2010, 07:26:54 pm
Thanks very much for reference!