<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Hello,</div><div> </div><div>I am trying to build hypre in Windows 7 (using cygwin) since it will be included in my PETSc lib. The configure options of hypre contains directory such as:</div><div> </div><div>./configure --with-MPI-include="/cygdrive/c/Program Files/mpich2x64/include"</div><div> </div><div>Somehow hypre's configure took this directory as two separate directories ("/cygdrive/c/Program" and "Files/mpich2x64/include") since there is a space in the middle. (Strangely, PETSc's configure read this directory correctly). I tried to replacing the space with "\ " but it still did not work.</div><div> </div><div>How can I make hypre's configure read this directory correctly?</div><div> </div><div>Thanks for your suggestions,</div><div>Qin</div></div></body></html>