Hi all,

I have encountered the following error:

"Error in opening the compiled module file. Check INCLUDE paths."

There are several files, say them as module1.F90, module2.F90, and
library lib. The dependencies among them are:

module1 uses lib, and module2 use module1

The building process is ok before I added module1.F90. And the include
path is seemly correct. What is strange is that it says:

"
Error in opening the compiled module file. Check INCLUDE paths. [LIB]

use module1
------^
"

Why lib is get involved into the process of compilation of module2?

Thanks very much!

DONG Li
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to