[Ipopt-tickets] [Ipopt] #215: unable to build IPOPT with MinGW-w64 x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb compiler

Ipopt coin-trac at coin-or.org
Thu Aug 15 06:58:34 EDT 2013


#215: unable to build IPOPT with MinGW-w64
x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb compiler
---------------------+------------------------
  Reporter:  jpye    |      Owner:  ipopt-team
      Type:  defect  |     Status:  new
  Priority:  normal  |  Component:  Ipopt
   Version:  3.11    |   Severity:  major
Resolution:          |   Keywords:
---------------------+------------------------

Comment (by stefan):

 Hi,

 I'm not sure that we can fix the issue with the apostrophe in "-lm'".
 However, you can overwrite the faulty FFLAGS by specifying something like
 {{{
 FFLAGS="-Lc:/mingw/64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0
 -Lc:/mingw/64/bin/../lib/gcc
 -Lc:/mingw/64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../x86_64-w64-mingw32/lib/../lib
 -Lc:/mingw/64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../lib
 -Lc:/mingw/64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../x86_64-w64-mingw32/lib
 -Lc:/mingw/64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../.. -lgfortran
 -lmingw32 -lgcc_s -lmoldname -lmingwex -lmsvcrt -lquadmath -lm -ladvapi32
 -lshell32 -luser32 -lkernel32"
 }}}
 at configure time.


 Can you attach the config.log from the configure run where you use the
 tdm-gcc compiler?

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



More information about the Ipopt-tickets mailing list