Was this mail seen? I cannot be sure because it is the first time I posted.
On Mon, May 26, 2014 at 2:48 PM, Onur Solmaz wrote:
> I am building a Fortran 90 library and its extension. .mod files get
> generated inside the build/temp.linux-x86_64-2.7/ directory, and stay
> there
I am building a Fortran 90 library and its extension. .mod files get
generated inside the build/temp.linux-x86_64-2.7/ directory, and stay
there; so when building the extension, the compiler complains that it
cannot find the modules
This is because the include paths do not have the temp directory.