[Ipopt-tickets] [Ipopt] #87: [Installing Problem] Something wrong with using 'make' on Cygwin to install Bonmin(0.99.3)

Ipopt coin-trac at coin-or.org
Fri Nov 7 03:18:22 EST 2008


#87: [Installing Problem] Something wrong with using  'make' on Cygwin to
install Bonmin(0.99.3)
--------------------------------+-------------------------------------------
  Reporter:  catail             |       Owner:  ipopt-team       
      Type:  defect             |      Status:  new              
  Priority:  normal             |   Component:  Ipopt            
   Version:  3.4 (C++ Version)  |    Severity:  normal           
Resolution:                     |    Keywords:  installing Bonmin
--------------------------------+-------------------------------------------
Comment (by catail):

 Hi! Stefan:
    Thank you for your suggestion, I check the 'ma27ad.f' and 'mc19ad.f' in
 '0.99.3/ThirdParty/HSL' and find out that I have made a stupid mistake:
 the content of the two documents are the same, when I use "Ctrl+C" to copy
 the codes of MC19 from the Webpage, something wrong, and then I paste the
 old codes of MA27 into 'mc19ad.f'.
    After I get rid of that mistake, I run 'make' under '0.99.3/build' and
 now no error message jump out, the last several lines of the message is:

 {{{
 make[3]: Nothing to be done for `all-am'.
 make[3]: Leaving directory
 `/home/JM/Bonmin/0.99.3/build/Bonmin/src/Algorithms'
 make[2]: Leaving directory
 `/home/JM/Bonmin/0.99.3/build/Bonmin/src/Algorithms'
 Making all in src/CbcBonmin
 make[2]: Entering directory
 `/home/JM/Bonmin/0.99.3/build/Bonmin/src/CbcBonmin'
 make[2]: Nothing to be done for `all'.
 make[2]: Leaving directory
 `/home/JM/Bonmin/0.99.3/build/Bonmin/src/CbcBonmin'
 Making all in src/Apps
 make[2]: Entering directory `/home/JM/Bonmin/0.99.3/build/Bonmin/src/Apps'
 make[2]: Nothing to be done for `all'.
 make[2]: Leaving directory `/home/JM/Bonmin/0.99.3/build/Bonmin/src/Apps'
 make[2]: Entering directory `/home/JM/Bonmin/0.99.3/build/Bonmin'
 make[2]: Nothing to be done for `all-am'.
 make[2]: Leaving directory `/home/JM/Bonmin/0.99.3/build/Bonmin'
 make[1]: Leaving directory `/home/JM/Bonmin/0.99.3/build/Bonmin'
 make[1]: Entering directory `/home/JM/Bonmin/0.99.3/build'
 make[1]: Nothing to be done for `all-am'.
 make[1]: Leaving directory `/home/JM/Bonmin/0.99.3/build'
 }}}

    Then I run command 'make test' under '0.99.3/build' and there is also
 no error message but it does not finish with message 'All tests passed
 succesfully' as being pointed out in "https://projects.coin-
 or.org/Bonmin/wiki/GettingStarted". So I'm worried that something may be
 wrong here, can you give me some advice about this, is everything OK?

    Below is the last several lines of message after executing 'make test'
 and I will attach 'make.out' and 'test.out' produced respectively by using
 'make>make.out' and 'make test>test.out'.

 {{{
 Cbc0001I Search completed - best objective -2.50014141133585, took 43
 iterations and 3 nodes (0.20 seconds)
 Cbc0032I Strong branching done 2 times (37 iterations), fathomed 0 nodes
 and fixed 0 variables
 Cbc0035I Maximum depth 1, 0 variables fixed on reduced cost
 Problem status: 0
 Objective value: -2.50014
 Solution:
 x[0] = 1, x[1] = 1, x[2] = 0.500141, x[3] = 0
 make[2]: Leaving directory `/home/JM/Bonmin/0.99.3/build/Bonmin/test'
 make[1]: Leaving directory `/home/JM/Bonmin/0.99.3/build/Bonmin'
 }}}

    Thank you very much for your help!
    Best wishes!                                 catail

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



More information about the Ipopt-tickets mailing list