[Ipopt-tickets] [Ipopt] #280: Ipopt Windows installation error with make install (Windows 10)

Ipopt coin-trac at coin-or.org
Thu Mar 16 16:15:06 EDT 2017


#280: Ipopt Windows installation error with make install (Windows 10)
---------------------+------------------------
Reporter:  burtonlm  |      Owner:  ipopt-team
    Type:  defect    |     Status:  new
Priority:  normal    |  Component:  Ipopt
 Version:  3.12      |   Severity:  normal
Keywords:            |
---------------------+------------------------
 I am following the Windows installation instructions:
 [https://www.coin-or.org/Ipopt/documentation/node15.html#WindowsInstall]

 At step 11, I obtained the Ipopt code using subversion, using the
 following command in my Cygwin home directory:
 {{{$ svn co https://projects.coin-or.org/svn/Ipopt/stable/3.12
 CoinIpopt}}}

 Then I ran the {{{./configure}}} command in the CoinIpopt/ folder. This
 seemed to run with no issues. I got the following last message:
 {{{configure:23549: Main configuration of Ipopt successful}}}

 Next, I tried the following command in the /CoinIpopt/Ipopt folder:
 {{{$ make install}}}

 I got the following error:
 {{{
 $ make install
 Making install in src/Common
 make[1]: Entering directory
 `/cygdrive/c/cygwin64/home/burton/CoinIpopt/Ipopt/src/Common'
 make[2]: Entering directory
 `/cygdrive/c/cygwin64/home/burton/CoinIpopt/Ipopt/src/Common'
 /home/burton/CoinIpopt/Ipopt/install-sh -c -m 644 config_ipopt.h
 /home/burton/CoinIpopt/Ipopt/include/coin/IpoptConfig.h
 make[2]: /home/burton/CoinIpopt/Ipopt/install-sh: Command not found
 make[2]: *** [install-exec-local] Error 127
 make[2]: Leaving directory
 `/cygdrive/c/cygwin64/home/burton/CoinIpopt/Ipopt/src/Common'
 make[1]: *** [install-am] Error 2
 make[1]: Leaving directory
 `/cygdrive/c/cygwin64/home/burton/CoinIpopt/Ipopt/src/Common'
 make: *** [install-recursive] Error 1
 }}}

 Since I don't use C++ (I am trying to download Ipopt so I can use a Python
 interface to the library) I am not sure what this error means or how to
 proceed.

 Any help is appreciated!

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/280>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list