<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Karol,<br>
<br>
I have done the following:<br>
    + I removed msys from my system<br>
    + I installed <a
 href="http://prdownloads.sf.net/mingw/MinGW-4.1.0.exe?download"
 target="_nw">
MinGW-4.1.0.exe</a><br>
    + together with <a
 href="http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download"
 target="_nw">
MSYS-1.0.10.exe</a><br>
    + Unpacked ecl-0.9f-patch-1<br>
    + Replace ecl-0.9f/src/c/Makefile.in with the attached file<br>
    + Run "./configure --prefix=$HOME"<br>
    + Run "make"<br>
Now the original distribution compiles and runs fine.<br>
<br>
It seems that there is a problem with the latest GCC from Mingw-4.1.0
because it ignores trailing slashes at the end of an include pathname
as in<br>
    gcc -I./ foo.c<br>
but accepts<br>
    gcc -I. foo.c<br>
I believe this is a bug in mingw, since I have not seen similar
behavior anywhere else.<br>
<br>
Please report if the attached makefile works for you.<br>
<br>
Juanjo<br>
</body>
</html>