CB_10.05 + tdm_gcc_4.5.0 (WinXP, Win7)
There are two projects in one workspace:
1) console with cpp-file containing main function
2) static lib with f90-file containing fortran function
This works properly unless in fortran function some standard fortran functions ( MATMUL, WRITE ) are used. Building of fortran static lib is still ok, but building of the workspace results in errors like "undefined reference to _gfortran_matmul_r8_".
I suppose that all refs to standard fortran functions must be resolved within fortran project, isn't that so?
There is no such problem if both projects are fortran projects.
There is no such problem under Visual Studio with mixing Visual C++ console project and Visual Fortran static lib project.
