<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I have been using Mercury for since 2003, and compiled it many times. In particular, I compiled version 0.13.1 for MinGW at least ten times. However, when I tried to repeat the operation today, compilation ended without noticeable events, but the compiler failed to work. It complained that it could not find the buildin.m library. The first thing that I noticed is that the compiler offered to perform the installation outside the directory containing the sources. Therefore, I configured it to install the binaries in drive C:<br><br>./configure --prefix=/c/mercury<br><br>which it did. I am using MinGW, as I said before. Then I tried to compile hello.m from MinGW:<br><br>mmc --make hello<br><br>The compiler could not find the libraries, or enven the include files with extension .h. Any hint?<br><br><br></td></tr></table>