[Ipopt-tickets] [Ipopt] #138: VS2008 compiling error

Ipopt coin-trac at coin-or.org
Tue Nov 2 14:44:00 EDT 2010


#138: VS2008 compiling error
---------------------------------------+------------------------------------
Reporter:  dud1n                       |       Owner:  ipopt-team
    Type:  defect                      |      Status:  new       
Priority:  highest                     |   Component:  Ipopt     
 Version:  3.8 (C++ Version)           |    Severity:  major     
Keywords:  VS2008 ipopt libcoinlapack  |  
---------------------------------------+------------------------------------
 Hi,

 I'm trying to compile the ipopt proyect on VS2008 under WinXp.
 I have 6 projects on the solution:
 1. hs071_cpp (startup project) (compilation fail)
 2. IpoptAmplSolver ((compilation fail)
 3. libCoinBlas (compilation ok)
 4. libCoinHSL (compilation ok)
 5. libCoinLapack (compilation ok)
 6. libIpopt (compilation ok)
 and an aditional directory called libf2c.

 When I compiled IpoptAmplSolver or hs071_cpp, I've got this:

 -error LNK2019: unresolved external symbol _disnan_ referenced in function
 _dpotf2_
 -error LNK2019: unresolved external symbol _iladlc_ referenced in function
 _dlarfb_
 -error LNK2019: unresolved external symbol _iladlr_ referenced in function
 _dlarfb_

 The source code of these functions are in libCoinLapack.

 Please help.

 Regards.

 SF.

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



More information about the Ipopt-tickets mailing list