<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello<br>
    <br>
    I am using GDAL-1.11.1 and have built it to use GEOS successfully on
    Linux.  I need to build the same on Windows and am using Mingw32. 
    No problem with GDAL but am running into an issue building GEOS on
    Windows using Mingw.  I have searched the GEOS site but cannot find
    a solution.  The GEOS build failure is as follows;<br>
    <br>
    <blockquote>Making all in locate<br>
      make[4]: Entering directory
      `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm/locate'<br>
      .deps/IndexedPointInAreaLocator.Plo:1: *** multiple target
      patterns.  Stop.<br>
      make[4]: Leaving directory
      `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm/locate'<br>
      Makefile:556: recipe for target `all-recursive' failed<br>
      make[3]: *** [all-recursive] Error 1<br>
      make[3]: Leaving directory
      `/cygdrive/c/build/geos/geos-3.5.0/src/algorithm'<br>
      Makefile:595: recipe for target `all-recursive' failed<br>
      make[2]: *** [all-recursive] Error 1<br>
      make[2]: Leaving directory `/cygdrive/c/build/geos/geos-3.5.0/src'<br>
      Makefile:469: recipe for target `all-recursive' failed<br>
      make[1]: *** [all-recursive] Error 1<br>
      make[1]: Leaving directory `/cygdrive/c/build/geos/geos-3.5.0'<br>
      Makefile:416: recipe for target `all' failed<br>
      make: *** [all] Error 2<br>
      <br>
    </blockquote>
    I have tried both mingw32-make and (cygwin's) make, and still cannot
    get a clean build.<br>
    <br>
    The arguments I am specifying to configure are;<br>
    <blockquote>sh configure --build=mingw32 --enable-static=no
      -enable-shared=yes --disable-inline<br>
    </blockquote>
    <br>
    Any suggestions (aside from not using Windows) are greatly
    appreciated.<br>
    <br>
    - Kelly<br>
    <br>
    <br>
    <div class="moz-signature">
      <div id="TextSection" dir="LTR">
      </div>
    </div>
  </body>
</html>