News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

C::B / Fortran:Problem with correct order of compilation of sources with modules

Started by FCM, August 30, 2010, 07:33:17 PM

Previous topic - Next topic

FCM

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.

stahta01

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.next.codeblocks.org/index.php/topic,12672.0.html

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

FCM