<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi all,<br>
<br>
I have encountered the following error:<br>
<br>
"Error in opening the compiled module file.&nbsp; Check INCLUDE paths."<br>
<br>
There are several files, say them as module1.F90, module2.F90, and
library lib. The dependencies among them are:<br>
<br>
module1 uses lib, and module2 use module1<br>
<br>
The building process is ok before I added module1.F90. And the include
path is seemly correct. What is strange&nbsp; is&nbsp; that it says:<br>
<br>
</tt><tt>"<br>
Error in opening the compiled module file.&nbsp; Check INCLUDE paths.&nbsp; [<font
 color="#ff0000">LIB</font>]<br>
<br>
&nbsp;&nbsp;&nbsp; use module1<br>
------^<br>
"</tt><br>
<br>
Why lib is get involved into the process of compilation of module2?<br>
<br>
Thanks very much!<br>
<br>
DONG Li<br>
</body>
</html>