[Ipopt-tickets] Re: [Ipopt] #40: Fortran lib Link error

Ipopt coin-trac at coin-or.org
Sun Aug 12 01:14:28 EDT 2007


#40: Fortran lib Link error
--------------------------------+-------------------------------------------
  Reporter:  tongkewei          |       Owner:  ipopt-team
      Type:  defect             |      Status:  new       
  Priority:  normal             |   Component:  Ipopt     
   Version:  3.3 (C++ Version)  |    Severity:  normal    
Resolution:                     |    Keywords:  link error
--------------------------------+-------------------------------------------
Comment (by tongkewei):

 I myself fixed it now, because f2c change all fortran functions to be in
 lower case with a underscore, for example:MA27AD to be ma27ad_, ipopt
 can't recognize them, I use Intel Visual Fortran instead f2c, the problem
 solved.
 By the way, I found Visual C++ 8.0's nmake can't be used by f2c, I use Vc
 6.0's nmake, then a new problem comes, the vc6.0 generate vcf2c.lib in
 single thread but VS8.0 only has muti-thread, till now, I have no way to
 solve it.
 So I think use Intel Visual Fortran maybe the easiest way to generate
 fortran lib.

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



More information about the Ipopt-tickets mailing list