Hi I am for the first time installing OpenMPI on my windows XP machine, using Cygwin.
The *./configure* command is successful. However, when I give *make* command, i get the following error: $ make Making all in config make[1]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/config' Making all in contrib make[1]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/contrib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/contrib' Making all in opal make[1]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal' Making all in include make[2]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/include' /usr/bin/make all-am make[3]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/include' make[2]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/include' Making all in libltdl *make[2]: Entering directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/libltdl'* */bin/sh /home/OSMANK/openmpi-1.6.5/opal/libltdl/config/install-sh -d .* */bin/sh: /home/OSMANK/openmpi-1.6.5/opal/libltdl/config/install-sh: No such file or directory* make[2]: *** [argz.h] Error 127 make[2]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal/libltdl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/d/cygwin/home/OSMANK/openmpi-1.6.5/opal' make: *** [all-recursive] Error 1 I went to the above folder, and found that the file "install-sh" was there. Would request help on that. Best Regards Osman