[Ipopt-tickets] [Ipopt] #78: I cannot install the IPOPT correctly

Ipopt coin-trac at coin-or.org
Thu May 29 21:24:41 EDT 2008


#78: I cannot install the IPOPT correctly
--------------------------------+-------------------------------------------
  Reporter:  mayudong           |       Owner:  andreasw        
      Type:  defect             |      Status:  assigned        
  Priority:  normal             |   Component:  Ipopt           
   Version:  3.4 (C++ Version)  |    Severity:  normal          
Resolution:                     |    Keywords:  installing IPOPT
--------------------------------+-------------------------------------------
Changes (by andreasw):

  * owner:  ipopt-team => andreasw
  * status:  new => assigned

Comment:

 I had a look at the attached make.out file.  I cannot find the error.  The
 output ends with

 {{{
 creating libamplinterface.la
 (cd .libs && rm -f libamplinterface.la && ln -s ../libamplinterface.la
 libamplinterface.la)
 if g++ -DHAVE_CONFIG_H -I. -I`cygpath -w .` -I../../../inc  -I`cygpath -w
 ./../../Common` -I`cygpath -w ./../../LinAlg` -I`cygpath -w
 ./../../LinAlg/TMatrices` -I`cygpath -w ./../../Algorithm` -I`cygpath
 -w ./../../Interfaces` -IC:/cygwin/home/myd/Ipopt/ThirdParty/ASL
 -IC:/cygwin/home/myd/Ipopt/ThirdParty/ASL/solvers   -O3 -fomit-frame-
 pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wret
 urn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion
 -MT ampl_ipopt.o -MD -MP -MF ".deps/ampl_ipopt.Tpo" -c -o ampl_ipopt.o
 ampl_ipopt.cpp; \
         then mv -f ".deps/ampl_ipopt.Tpo" ".deps/ampl_ipopt.Po"; else rm
 -f ".deps/ampl_ipopt.Tpo"; exit 1; fi
 /bin/sh ../../../../libtool --tag=CXX --mode=link g++  -O3 -fomit-frame-
 pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-
 type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wc
 onversion     -o ipopt.exe  ampl_ipopt.o libamplinterface.la
 ../../Interfaces/libipopt.la
 C:/cygwin/home/myd/Ipopt/ThirdParty/ASL/amplsolver.a -ldl -lm  -ldl
 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/li
 b/gcc/i686-pc-cygwin/3.4.4/../../.. -lfrtbegin -lg2c -lcygwin -luser32
 -lkernel32 -ladvapi32 -lshell32 -ldl
 g++ -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit
 -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-
 strings -Wconversion -o ipopt.exe ampl_ipopt.o  ./.libs/libamp
 linterface.a ../../Interfaces/.libs/libipopt.a
 C:/cygwin/home/myd/Ipopt/ThirdParty/ASL/amplsolver.a -L/usr/lib/gcc/i686
 -pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lfrtbegin
 /usr/lib/gcc
 /i686-pc-cygwin/3.4.4/libg2c.a -lcygwin -luser32 -lkernel32 -ladvapi32
 -lshell32 -ldl
 make[3]: Leaving directory `/home/myd/Ipopt/Ipopt/src/Apps/AmplSolver'
 make[2]: Leaving directory `/home/myd/Ipopt/Ipopt/src/Apps'
 make[1]: Leaving directory `/home/myd/Ipopt/Ipopt'
 }}}

 It seems to link the ipopt.exe file fine.  Where is the error?

 Thanks

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



More information about the Ipopt-tickets mailing list